Method HasValidators
|
Improve this Doc
View Source
HasValidators(Type, IList<Object>)
Declaration
public bool HasValidators(Type modelType, IList<object> validatorMetadata)
Parameters
Type |
Name |
Description |
System.Type |
modelType |
|
System.Collections.Generic.IList<System.Object> |
validatorMetadata |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IMetadataBasedModelValidatorProvider.HasValidators(System.Type, System.Collections.Generic.IList<System.Object>)