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