Implemented interface member:
method
AppendHtml
Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(Microsoft.AspNetCore.Html.IHtmlContent)
7 references to AppendHtml
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
418bufferedWriter.Buffer.AppendHtml(htmlContent);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBufferTextWriter.cs (1)
135Buffer.AppendHtml(value);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Buffers\ViewBufferTest.cs (5)
36buffer.AppendHtml(content); 173buffer.AppendHtml(new HtmlString(" world")); 213buffer.AppendHtml(new HtmlString(" world")); 255buffer.AppendHtml(nested); 278buffer.AppendHtml(nested);