7 references to AllAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (7)
AttributeMatcher.cs (1)
37
var 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
"/>
54
for (var i = context.
AllAttributes
.Count - 1; i >= 0; i--)
60
context.
AllAttributes
[i].Name,
290
var allAttributes = context.
AllAttributes
;