Xval 和比较运算符?
我在网站上读到,xVal 0.8 版本支持
“支持比较验证器(例如,“PasswordConfirm”必须等于“Password”)”
,但我没有看到有关如何执行此操作的教程。 我正在尝试比较 2 个密码,但甚至不知道从哪里开始。
有人可以告诉我该怎么做吗?
I read on the site that version 0.8 of xVal supports
"Support for comparison validators (e.g., “PasswordConfirm” must equal “Password”)"
Yet I see no tutorial on how to do this. I am trying to compare 2 passwords yet don't even know where to start.
Can someone show me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Codeplex 上有一些关于比较验证器的讨论。 一月份有人说这还不可能,然后六月份说你可以使用自定义验证器。
一月:CompareTo 验证属性
六月:使用 DataAnnotations 时如何使用 ComparisonRule
如果不出意外,它可能会为您指明正确的方向。
There are a couple of discussions on codeplex about comparison validators. One in January saying that is was not yet possible and then in June saying you can use custom validators.
January: CompareTo Validation Attribute
June: How do I use the ComparisonRule when using DataAnnotations
If nothing else it might point you in the right direction.