Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET MVC 是否在核心库中包含十进制路由约束?
我知道有 Regex 约束,但我想知道是否还有其他约束?
我不知道,但是编写自己的代码真的很容易。你只需要实现IRouteConstraint,它只有一个Match方法。 这是一篇博客文章,详细解释了这一切。
IRouteConstraint
Match