19 references to TagMode
Microsoft.AspNetCore.Mvc.TagHelpers (2)
InputTagHelper.cs (1)
334
output.TagMode ==
TagMode
.SelfClosing ? TagRenderMode.SelfClosing : TagRenderMode.StartTag;
ScriptTagHelper.cs (1)
271
output.TagMode =
TagMode
.StartTagAndEndTag;
Microsoft.AspNetCore.Razor (11)
TagHelpers\TagHelperOutput.cs (11)
167
public
TagMode
TagMode { get; set; }
184
public void Reinitialize(string tagName,
TagMode
tagMode)
301
if (TagMode ==
TagMode
.SelfClosing)
309
if (isTagNameNullOrWhitespace || TagMode ==
TagMode
.StartTagAndEndTag)
318
if (!isTagNameNullOrWhitespace && TagMode ==
TagMode
.StartTagAndEndTag)
350
if (TagMode ==
TagMode
.SelfClosing)
358
if (isTagNameNullOrWhitespace || TagMode ==
TagMode
.StartTagAndEndTag)
365
if (!isTagNameNullOrWhitespace && TagMode ==
TagMode
.StartTagAndEndTag)
405
if (TagMode ==
TagMode
.SelfClosing)
413
if (isTagNameNullOrWhitespace || TagMode ==
TagMode
.StartTagAndEndTag)
422
if (!isTagNameNullOrWhitespace && TagMode ==
TagMode
.StartTagAndEndTag)
Microsoft.AspNetCore.Razor.Runtime (6)
Runtime\TagHelpers\TagHelperExecutionContext.cs (4)
26
internal TagHelperExecutionContext(string tagName,
TagMode
tagMode)
53
TagMode
tagMode,
172
/// <param name="tagMode">The <see cref="
TagMode
"/> to use.</param>
178
TagMode
tagMode,
Runtime\TagHelpers\TagHelperScopeManager.cs (2)
45
TagMode
tagMode,
121
TagMode
tagMode,