1 write to _max
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
StringLengthAttributeAdapter.cs (1)
19_max = Attribute.MaximumLength.ToString(CultureInfo.InvariantCulture);
1 reference to _max
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
StringLengthAttributeAdapter.cs (1)
33MergeAttribute(context.Attributes, "data-val-length-max", _max);