为什么要在 ASP.NET MVC 2 和 DataAnnotations 4 中使用万无一失的验证?

发布于 2024-09-09 07:28:17 字数 175 浏览 5 评论 0原文

据我所知,Foolproof 验证扩展了 DA 并添加了对此处列出的验证属性的支持。

但是,大多数验证理论上可以通过编写自定义验证器来完成列出的内容。为什么我需要使用这个库?谢谢

I understand that Foolproof validation extends DA and adds support for validation attributes as listed here

However, most of the validations that are listed can be in theory be accomplished by writing custom validators. Why would I need to use this library? Thanks

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

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

发布评论

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

评论(1

暮凉 2024-09-16 07:28:17

没有现成的方法可以编写自定义验证器来验证其他运行时属性值。

There is no out of the box way of writing custom validators to validate against other runtime property values.

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