DataAnnotationsModelValidationFactory Delegate
Represents the method that creates a DataAnnotationsModelValidatorProvider instance.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public delegate ModelValidator^ DataAnnotationsModelValidationFactory( ModelMetadata^ metadata, ControllerContext^ context, ValidationAttribute^ attribute )
Return Value
Type: System.Web.Mvc::ModelValidator^
Show: