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