DataAnnotationsModelValidationFactory Delegate

.NET Framework (current version)
 

Represents the method that creates a DataAnnotationsModelValidatorProvider instance.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

type DataAnnotationsModelValidationFactory = 
    delegate of 
        metadata:ModelMetadata *
        context:ModelBindingExecutionContext *
        attribute:ValidationAttribute -> ModelValidator

.NET Framework
Available since 4.5
Return to top
Show: