4 references to GetProperties
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
168
foreach (var helper in HtmlAttributePropertyHelper.
GetProperties
(htmlAttributes.GetType()))
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
HtmlAttributePropertyHelperTest.cs (3)
78
var helpers1 = HtmlAttributePropertyHelper.
GetProperties
(anonymous.GetType());
79
var helpers2 = HtmlAttributePropertyHelper.
GetProperties
(anonymous.GetType());
94
var helpers1 = HtmlAttributePropertyHelper.
GetProperties
(anonymous.GetType());