How to create Ror style Restful routing in Asp.net MVC Web Api
- by Jas
How to configure routing in asp.net web api, to that I can code for the following actions in my ApiController inherited class?
|======================================================================================|
|Http Verb| Path | Action | Used for |…