0

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.

Community
  • 1
  • 1
smwikipedia
  • 61,609
  • 92
  • 309
  • 482

1 Answers1

0

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.

smwikipedia
  • 61,609
  • 92
  • 309
  • 482