| by Achyut Kendre | No comments

What is Attribute Routing in ASP.NET Core?

Attribute routing is introduced in ASP.NET MVC 5 and is also available in ASP.NET Core. In Attribute routing we define url pattern directly on Action using a built in attribute [Route]. [Route] is built in attribute which help you to define url pattern for action .To use the attribute routing at first temp you need […]

Read More