ASP.NET MVC 2 - Implementing custom Metadata and Validator Providers

自作多情 提交于 2019-12-06 00:27:34

Here's an example validator provider, using Enterprise Library:

http://bradwilson.typepad.com/blog/2009/10/enterprise-library-validation-example-for-aspnet-mvc-2.html

The metadata sample is coming soon.

Sendhil

This article by Daniel Chambers seems to be a good read if you are interested in asp.net mvc model metadata and model validation topics.

http://www.digitallycreated.net/Blog/54/deep-inside-asp.net-mvc-2-model-metadata-and-validation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!