7 references to HtmlAttributePropertyHelper
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
HtmlAttributePropertyHelper.cs (5)
9[assembly: MetadataUpdateHandler(typeof(HtmlAttributePropertyHelper))] 15private static readonly ConcurrentDictionary<Type, HtmlAttributePropertyHelper[]> ReflectionCache = 16new ConcurrentDictionary<Type, HtmlAttributePropertyHelper[]>(); 36public static HtmlAttributePropertyHelper[] GetProperties(Type type) 41result = new HtmlAttributePropertyHelper[propertyHelpers.Length];
HtmlHelper.cs (2)
168foreach (var helper in HtmlAttributePropertyHelper.GetProperties(htmlAttributes.GetType()))