October 2018
Beginner to intermediate
478 pages
10h 8m
English
Routing in ASP.NET Core is the process of mapping incoming requests to application logic that resides in controllers and methods.
ASP.NET Core maps the incoming request based on the routes that you configure in your application, and for each route, you can set specific configurations, such as default values, message handlers, constraints, and so on.
There are a few ways of controlling the routing in an ASP.NET Core application, but in this chapter, we will concentrate on the two most common ways:
Read now
Unlock full access