DataAnnotationsModelValidatorProvider.GetValidators Method (ModelMetadata, ModelBindingExecutionContext, IEnumerable(Of Attribute))

.NET Framework (current version)
 

Gets a collection of validators for the model.

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

Protected Overrides Function GetValidators (
	metadata As ModelMetadata,
	context As ModelBindingExecutionContext,
	attributes As IEnumerable(Of Attribute)
) As IEnumerable(Of ModelValidator)

Parameters

metadata
Type: System.Web.ModelBinding.ModelMetadata

The metadata.

context
Type: System.Web.ModelBinding.ModelBindingExecutionContext

The execution context.

attributes
Type: System.Collections.Generic.IEnumerable(Of Attribute)

The validation attributes.

Return Value

Type: System.Collections.Generic.IEnumerable(Of ModelValidator)

The collection of validators.

.NET Framework
Available since 4.5
Return to top
Show: