What's the difference of the following 2 RouteAttributes?
System.Web.Http.RouteAttribute
System.Web.MVC.RouteAttribute
Update 1
I just found a similar question.
What's the difference of the following 2 RouteAttributes?
System.Web.Http.RouteAttribute
System.Web.MVC.RouteAttribute
I just found a similar question.
Web API borrowed some ideas from ASP.NET MVC and duplicated some type names from ASP.NET MVC namespaces. But Web API is totally different beast from ASP.NET MVC.