Community

Handling ASP.NET Web API Query String Parameters

(Tapas Pal) Parameters passing in the query string of an ASP.NET API GET request don’t really pass in a general fashion; parameters have to be specified explicitly in the routing configuration methods.