What is Attribute Routing? | ASP.Net MVC Interview Question

,
  • ASP.net MVC 5 supports a new type of Routing, calledAttribute Routing
  • As the name implies, attribute routing uses attributes to define routes
  • Attribute routing gives youmore control over the URIs in your web application