1 write to _min
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
RangeAttributeAdapter.cs (1)
27
_min
= Convert.ToString(Attribute.Minimum, CultureInfo.InvariantCulture)!;
1 reference to _min
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
RangeAttributeAdapter.cs (1)
37
MergeAttribute(context.Attributes, "data-val-range-min",
_min
);