4 references to SelfClosing
Microsoft.AspNetCore.Mvc.TagHelpers (1)
InputTagHelper.cs (1)
334
output.TagMode == TagMode.
SelfClosing
? TagRenderMode.SelfClosing : TagRenderMode.StartTag;
Microsoft.AspNetCore.Razor (3)
TagHelpers\TagHelperOutput.cs (3)
301
if (TagMode == TagMode.
SelfClosing
)
350
if (TagMode == TagMode.
SelfClosing
)
405
if (TagMode == TagMode.
SelfClosing
)