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)
48content.AppendHtml("Hello");
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Buffers\ViewBufferTest.cs (2)
254nested.AppendHtml("Hello"); 277nested.AppendHtml("Hello");
ViewComponentResultTest.cs (2)
408var result = Task.FromResult<IHtmlContent>(new HtmlContentBuilder().AppendHtml(expected)); 450var result = Task.FromResult<IHtmlContent>(new HtmlContentBuilder().AppendHtml(expected));