Statistics
The Highest Post







Statistics
Count 36
Avg 276.81
Min 21
Max 9230
WebApi Top questions

Details



Peter Agyekum Give me one example of Web API Routing? Config.Routes.MapHttpRoute( name: "MyRoute,"//route name routeTemplate: "api/{controller}/{action}/{id}",//as you can see "API" is at the beginning. defaults: new { id = RouteParameter.Optional } );