3 references to GetValue
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
170dictionary[helper.Name] = helper.GetValue(htmlAttributes);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
HtmlAttributePropertyHelperTest.cs (2)
53Assert.Equal("baz", helper.GetValue(anonymous)); 68Assert.Equal(32, helper.GetValue(anonymous));