Net 3.5 中的 DataAnnotationsModelValidator 类
我已经看到了几个关于在 ASP Net MVC 2 中热实现自定义验证的示例...但是我在框架 3.5 中找不到“DataAnnotationsModelValidator”类,无论是在 System.Web.Mvc 中还是在 System.ComponentModel.DataAnnotations 中都找不到。你能指出我在哪里可以找到它吗?我需要添加外部组件吗?
谢谢
I've seen several examples on hot to implement Custom Validation in ASP Net MVC 2... but I can't find the "DataAnnotationsModelValidator" class in the framework 3.5, neither in System.Web.Mvc nor in System.ComponentModel.DataAnnotations. Could you please point out where I can find it??? Do I need to add an external assembly??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DataAnnotationsModelValidator 类 在
System.Web.Mvc
程序集。The DataAnnotationsModelValidator class is defined in the
System.Web.Mvc
assembly.