1 override of GetValidators
System.Web (1)
ModelBinding\AssociatedValidatorProvider.cs (1)
13
public override sealed IEnumerable<ModelValidator>
GetValidators
(ModelMetadata metadata, ModelBindingExecutionContext context) {
1 reference to GetValidators
System.Web (1)
ModelBinding\ModelValidatorProviderCollection.cs (1)
31
return this.SelectMany(provider => provider.
GetValidators
(metadata, context));