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)
61if (tagBuilder._innerHtml != null) 94if (_innerHtml == null) 99return _innerHtml; 106public bool HasInnerHtml => _innerHtml?.Count > 0; 332public IHtmlContent? RenderBody() => _innerHtml; 382tagBuilder._innerHtml?.WriteTo(writer, encoder);