AssociatedValidatorProvider::GetValidators Method
.NET Framework (current version)
Gets the validators for the model.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetValidators(ModelMetadata^, ModelBindingExecutionContext^) | Gets the validators for the model using the specified metadata and execution context.(Overrides ModelValidatorProvider::GetValidators(ModelMetadata^, ModelBindingExecutionContext^).) |
![]() | GetValidators(ModelMetadata^, ModelBindingExecutionContext^, IEnumerable<Attribute^>^) | When implemented in a derived type, gets the validators for the model, using the specified metadata, execution context, and attributes. |
Show:

