3 references to MinLengthAttribute
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MinLengthAttribute.cs (1)
18
/// Initializes a new instance of the <see cref="
MinLengthAttribute
"/> class.
System.Web (2)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (2)
54
typeof(
MinLengthAttribute
),
55
(metadata, context, attribute) => new MinLengthAttributeAdapter(metadata, context, (
MinLengthAttribute
)attribute)