What is Routing? Explain attribute routing in ASP.NET Core?

v Routing in MVC is the process of mapping a URL request to a specific controller action in a web application.

v The routing system is responsible for directing incoming requests to the appropriate controller, based on the URL.

v The routing system is typically configured using a routing table, which maps URLs to controller actions.

v Attribute based routing is used to manipulate the default behavior of routing in ASP.NET MVC.



Post a Comment

Previous Post Next Post