ModelValidator in ASP.NET MVC 2 Preview 2 – Part 2
Oct 4th, 2009 | By sankarsan | Category: Web AppsIn my last post we have discussed about the ModelMetaData and related classes along with a sample code.In this post we will discuss about ModelValidator and ModelValidatorProvider and extend the sample library. ModelValidator – This is the abstract base class and implemented by custom validators to perform the model validation.It has a constructor as shown [...]