November 2016
Intermediate to advanced
326 pages
6h 1m
English
Routing is one of the important concepts in the ASP.NET MVC application as it takes care of incoming requests and maps them to the appropriate controller's actions.
In this chapter, we are going to learn about the following topics:
MapRoute method to configure routingWe briefly discussed routing in Chapter 3 , Controllers. In this chapter, we are going to discuss routing along with several options available to customize it in ASP.NET Core.
The routing engine is responsible for mapping the incoming requests to the appropriate action method of the controller.
In the Configure method of ...
Read now
Unlock full access