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