7 references to AllAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (7)
AttributeMatcher.cs (1)
37var allAttributes = context.AllAttributes;
FormTagHelper.cs (1)
258!context.AllAttributes.ContainsName(AntiforgeryAttributeName))
TagHelperOutputExtensions.cs (5)
22/// <see cref="TagHelperContext.AllAttributes"/> to <paramref name="tagHelperOutput"/>'s 35/// Duplicate attributes same name in <paramref name="context"/>'s <see cref="TagHelperContext.AllAttributes"/> 54for (var i = context.AllAttributes.Count - 1; i >= 0; i--) 60context.AllAttributes[i].Name, 290var allAttributes = context.AllAttributes;