DataAnnotationsModelValidationFactory Delegate
Represents the method that creates a DataAnnotationsModelValidatorProvider instance.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
type DataAnnotationsModelValidationFactory = delegate of metadata:ModelMetadata * context:ControllerContext * attribute:ValidationAttribute -> ModelValidator
Return Value
Type: System.Web.Mvc.ModelValidator
Show: