Community

Attribute Routing in ASP.NET MVC 5

(Ken Egozi) Routing is how ASP.NET MVC matches a URI to an action. MVC 5 supports a new type of routing, called attribute routing. As the name implies, attribute routing uses attributes to define routes. Attribute routing gives you more control over the URIs in your web application.

Read More - Register for Free Membership