1 write to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlAttributePropertyHelper.cs (1)
22Name = propertyHelper.Name is string name ? name.Replace('_', '-') : null;
1 reference to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
170dictionary[helper.Name] = helper.GetValue(htmlAttributes);