Routing to controller actions in ASP.NET Core

Learn how ASP.NET Core MVC uses Routing Middleware to match URLs of incoming requests and map them to actions.