Custom Method Names via Attribute Routing in ASP.NET Web API 2
I am using Web API 2 in my ASP.NET MVC 5 project, and I found myself needing custom routes very quickly. In my scenario I’m building a single-page application using AngularJS, so all the data is received and sent to and…
Read more