Routing is how ASP.NET MVC matches a URI to an action. ... As the name implies,
attribute routing uses
attributes to define routes.
Attribute routing gives you more control over the URIs in your web application. The earlier style of
routing, called convention-
based routing, is still fully supported.
read more >>