ASP.NET MVC 3 Model Metadata Providers
ASP.NET MVC 3 introduced the support for new DataAnnotation DisplayAttribute. ModelMetadataProvider can be used to create ModelMetadata based on the model’s attributes. Create a MetadataProvider to support any custom behavior.
Important Links