Implemented interface member:
method
AppendHtml
Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(System.String)
5 references to AppendHtml
Microsoft.AspNetCore.Html.Abstractions.Tests (1)
HtmlContentBuilderTest.cs (1)
48
content.
AppendHtml
("Hello");
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Buffers\ViewBufferTest.cs (2)
254
nested.
AppendHtml
("Hello");
277
nested.
AppendHtml
("Hello");
ViewComponentResultTest.cs (2)
408
var result = Task.FromResult<IHtmlContent>(new HtmlContentBuilder().
AppendHtml
(expected));
450
var result = Task.FromResult<IHtmlContent>(new HtmlContentBuilder().
AppendHtml
(expected));