Customizing ASP.NET MVC 2 - Metadata and Validation

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 09 Nov 2009 00:00:00 GMT Indexed on 2010/03/07 23:28 UTC
Read the original article Hit count: 255

Filed under:
In this article, you will learn about two major extensibility points of ASP.NET MVC 2, the ModelMetadataProvider and the ModelValidatorProvider. These two APIs control how templates are rendered, as well as server-side & client side validation of your model objects.

© Dot net Slackers or respective owner