AssociatedValidatorProvider::GetValidators Method

.NET Framework (current version)
 

Gets the validators for the model.

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

NameDescription
System_CAPS_pubmethodGetValidators(ModelMetadata^, ModelBindingExecutionContext^)

Gets the validators for the model using the specified metadata and execution context.(Overrides ModelValidatorProvider::GetValidators(ModelMetadata^, ModelBindingExecutionContext^).)

System_CAPS_protmethodGetValidators(ModelMetadata^, ModelBindingExecutionContext^, IEnumerable<Attribute^>^)

When implemented in a derived type, gets the validators for the model, using the specified metadata, execution context, and attributes.

Return to top
Show: