什么是您最有用的自定义ASP.NET MVC 2.0验证属性

什么是您使用的自定义ASP.NET MVC模型验证属性。 似乎有很多可能性(邮政编码,电子邮件地址,过去的日期等),但我没有找到任何可以共享这些资源的良好来源。 我将从以下列表开始:

ASP.NET MVC 3信用卡验证器


如果你在codeplex上使用MVC Foolproof项目,你会得到一堆准备使用的验证器

运算符验证器

[Is]
[EqualTo]
[NotEqualTo]
[GreaterThan]
[LessThan]
[GreaterThanOrEqualTo]
[LessThanOrEqualTo]

必需的验证器

[RequiredIf]
[RequiredIfNot]
[RequiredIfTrue]
[RequiredIfFalse]
[RequiredIfEmpty]
[RequiredIfNotEmpty]
[RequiredIfRegExMatch]
[RequiredIfNotRegExMatch]
链接地址: http://www.djcxy.com/p/48763.html

上一篇: What are your most useful custom ASP.NET MVC 2.0 Validation Attributes

下一篇: how to make UIProgressView on the UITableViewCell change immediately?