Skip to main content
added 7 characters in body
Source Link
caleba
  • 140
  • 8

ASP.Net Framework Web API 2 was able select an action based on query params. See action selection algorithm 3.b.

For an action to be selected by query params alone, an empty string route attribute was necessary [Route("")].

Silly .Net Core 😆

ASP.Net Framework Web API 2 was able select an action based on query params. See action selection algorithm 3.b.

For an action to be selected by query params alone, an empty route attribute was necessary [Route("")].

Silly .Net Core 😆

ASP.Net Framework Web API 2 was able select an action based on query params. See action selection algorithm 3.b.

For an action to be selected by query params alone, an empty string route attribute was necessary [Route("")].

Silly .Net Core 😆

Source Link
caleba
  • 140
  • 8

ASP.Net Framework Web API 2 was able select an action based on query params. See action selection algorithm 3.b.

For an action to be selected by query params alone, an empty route attribute was necessary [Route("")].

Silly .Net Core 😆