1 write to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlAttributePropertyHelper.cs (1)
22Name = propertyHelper.Name is string name ? name.Replace('_', '-') : null;
6 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
170dictionary[helper.Name] = helper.GetValue(htmlAttributes);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
HtmlAttributePropertyHelperTest.cs (5)
23Assert.Equal("bar-baz", helper.Name); 38Assert.Equal("foo", helper.Name); 52Assert.Equal("bar", helper.Name); 67Assert.Equal("foo", helper.Name); 107Assert.Equal("bar-baz1", helpers1[0].Name);