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