ASP.NET MVC 是否内置了 Decimal 路由约束?

发布于 2024-09-12 14:08:28 字数 70 浏览 4 评论 0原文

ASP.NET MVC 的核心库中是否有十进制路由约束?

我知道有正则表达式约束,但我想知道是否还有其他约束?

Does ASP.NET MVC have a decimal route constraint baked into the core library?

I know there's the Regex Constraint but I was wondering if there's any others?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷途知返 2024-09-19 14:08:28

我不知道有什么,但编写你自己的确实很容易。您只需要实施 IRouteConstraint,其中有一个 Match 方法。 这里是一篇博客文章,详细解释了这一切。

I'm not aware of any, but it would be really easy to write your own. You just need to implement IRouteConstraint, which has a single Match method. Here is a blog post that explains it all in great detail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文