关于[Dynamic Routing in ASP.NET Core 3]的摘要:
ASP.NET Core 3 introduced a not so talked about feature which is dynamic routing. In a nutshell, it means that it is possible to decide at runtime the controller, action and route tokens that a request will be dispatched to. The idea is to map a route pattern to a dynamic route handler, like this...
原文地址: https://weblogs.asp.net/ricardoperes/dynamic-routing-in-asp-net-core-3