Technical requirements
For this series, we just need to set up a small, empty web application:
dotnet new mvc -n RoutingSample -o RoutingSample
That's it! Open the application with Visual Studio Code:
cd RoutingSample code .
All of the code samples in this chapter can be found in the GitHub repository for this book at: https://github.com/PacktPublishing/Customizing-ASP.NET-Core-6.0-Second-Edition/tree/main/Chapter09.