December 2021
Intermediate to advanced
204 pages
3h 5m
English
In this chapter, we will talk about the new endpoint routing in ASP.NET Core. We will learn what endpoint routing is, how it works, where it is used, and how you are able to create your own routes to your own endpoints.
In this chapter, we will be covering the following topics:
The topics in this chapter refer to the routing layer of the ASP.NET Core architecture:
Figure 9.1 – The ASP.NET Core architecture
For this series, we just need to set up a small, empty web application:
dotnet new mvc ...