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