12 instantiations of ModeAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (12)
LinkTagHelper.cs (6)
56
new
ModeAttributes
<Mode>(Mode.AppendVersion, new[] { AppendVersionAttributeName }),
58
new
ModeAttributes
<Mode>(Mode.GlobbedHref, new [] { HrefIncludeAttributeName }),
60
new
ModeAttributes
<Mode>(Mode.GlobbedHref, new [] { HrefIncludeAttributeName, HrefExcludeAttributeName }),
62
new
ModeAttributes
<Mode>(
72
new
ModeAttributes
<Mode>(
82
new
ModeAttributes
<Mode>(
ScriptTagHelper.cs (6)
55
new
ModeAttributes
<Mode>(Mode.AppendVersion, new[] { AppendVersionAttributeName }),
57
new
ModeAttributes
<Mode>(Mode.GlobbedSrc, new [] { SrcIncludeAttributeName }),
59
new
ModeAttributes
<Mode>(Mode.GlobbedSrc, new [] { SrcIncludeAttributeName, SrcExcludeAttributeName }),
61
new
ModeAttributes
<Mode>(Mode.Fallback,
68
new
ModeAttributes
<Mode>(
76
new
ModeAttributes
<Mode>(
5 references to ModeAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (5)
AttributeMatcher.cs (2)
25
ModeAttributes
<TMode>[] modeInfos,
40
foreach (
var
modeInfo in modeInfos)
LinkTagHelper.cs (1)
54
private static readonly
ModeAttributes
<Mode>[] ModeDetails = new[] {
ModeAttributesOfT.cs (1)
13
/// Initializes a new instance of <see cref="
ModeAttributes
{TMode}"/>.
ScriptTagHelper.cs (1)
53
private static readonly
ModeAttributes
<Mode>[] ModeDetails = new[] {