1 write to _max
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
RangeAttributeAdapter.cs (1)
26_max = Convert.ToString(Attribute.Maximum, CultureInfo.InvariantCulture)!;
1 reference to _max
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
RangeAttributeAdapter.cs (1)
36MergeAttribute(context.Attributes, "data-val-range-max", _max);