1 write to _innerHtml
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\TagBuilder.cs (1)
96
_innerHtml
= new HtmlContentBuilder();
6 references to _innerHtml
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Rendering\TagBuilder.cs (6)
61
if (tagBuilder.
_innerHtml
!= null)
94
if (
_innerHtml
== null)
99
return
_innerHtml
;
106
public bool HasInnerHtml =>
_innerHtml
?.Count > 0;
332
public IHtmlContent? RenderBody() =>
_innerHtml
;
382
tagBuilder.
_innerHtml
?.WriteTo(writer, encoder);