1 type derived from DataAnnotationsModelValidator
System.Web (1)
ModelBinding\DataAnnotationsModelValidator`1.cs (1)
4
public class DataAnnotationsModelValidator<TAttribute> :
DataAnnotationsModelValidator
where TAttribute : ValidationAttribute {
2 instantiations of DataAnnotationsModelValidator
System.Web (2)
ModelBinding\DataAnnotationsModelValidator.cs (1)
53
return new
DataAnnotationsModelValidator
(metadata, context, attribute);
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
34
(metadata, context, attribute) => new
DataAnnotationsModelValidator
(metadata, context, attribute);
1 reference to DataAnnotationsModelValidator
System.Web (1)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
25
/// is implemented in <see cref="
DataAnnotationsModelValidator
"/>.