Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直想知道我们如何在ASP.NET MVC 4. 我在网上搜索过,但我只找到了如何创建新的验证规则来创建新的属性。这里的问题是另一个:那里有很多验证插件,但是如何使用它们ASP.NET MVC 4呢?默认情况下,框架使用简单的验证来获取消息并将其显示在字段的一侧,但是如何使用其他插件?
ASP.NET
MVC 4
ASP.NET MVC 4
提前致谢。
您可能想看看这个http://thewayofcode.wordpress.com/2012/01/18/custom-unobtrusive-jquery-validation-with-data-annotations-in-mvc-3/和这个http: //fluentvalidation.codeplex.com/wikipage?title=Custom&referringTitle=Documentation&ANCHOR#CustomValidator然后尝试做出自己的适应。