Attribute Routing in ASP.NET MVC 5
As you know, Routing is the important building block in ASP.NET MVC application.Apart from convention-based routing, MVC 5 supports attribute routing.In this blog, we will see attribute routing in MVC 5. What is Routing? Routing is the way to map your action of a controller. For more details view this blog MVC routing in details. … Read more