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)
37MergeAttribute(context.Attributes, "data-val-range-min", _min);