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)

Public Delegate Function DataAnnotationsModelValidationFactory (
	metadata As ModelMetadata,
	context As ModelBindingExecutionContext,
	attribute As ValidationAttribute
) As ModelValidator

.NET Framework
Available since 4.5
Return to top
Show: