What is attribute routing in ASP.NET MVC?
Harikrishnan Rajandiran
Select an image from your device to upload
Routing means how a mvc appilication matches to the action .For the costumize URI we should use attribute routing.For create attribute routing we will set it into App_Start->; WebApiconfig.cs.Then we will set a URI above the action .