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)
418
bufferedWriter.Buffer.
AppendHtml
(htmlContent);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBufferTextWriter.cs (1)
135
Buffer.
AppendHtml
(value);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Buffers\ViewBufferTest.cs (5)
36
buffer.
AppendHtml
(content);
173
buffer.
AppendHtml
(new HtmlString(" world"));
213
buffer.
AppendHtml
(new HtmlString(" world"));
255
buffer.
AppendHtml
(nested);
278
buffer.
AppendHtml
(nested);