1 write to _min
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
MinLengthAttributeAdapter.cs (1)
18
_min
= Attribute.Length.ToString(CultureInfo.InvariantCulture);
1 reference to _min
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
MinLengthAttributeAdapter.cs (1)
27
MergeAttribute(context.Attributes, "data-val-minlength-min",
_min
);