为什么要在 ASP.NET MVC 2 和 DataAnnotations 4 中使用万无一失的验证?
据我所知,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有现成的方法可以编写自定义验证器来验证其他运行时属性值。
There is no out of the box way of writing custom validators to validate against other runtime property values.