标签: asp.net-core
当httpContext.Request.Path给出v1 \ test \ 12345 \ code \ 123时,如何查找映射的端点v1 \ test {testid} \ code {codeid}。
.net核心如何将此请求映射到端点
需要从路由路径中识别端点以实施自定义规则