Implemented interface member:
method
AppendHtml
Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(Microsoft.AspNetCore.Html.IHtmlContent)
16 references to AppendHtml
Microsoft.AspNetCore.Html.Abstractions.Tests (10)
HtmlContentBuilderTest.cs (10)
67content.AppendHtml(new TestHtmlContent("Hello")); 84content.AppendHtml(new TestHtmlContent("hello")); 100content.AppendHtml(new TestHtmlContent("hello")); 116source.AppendHtml(new TestHtmlContent("hello")); 142source.AppendHtml(nested); 143nested.AppendHtml(new TestHtmlContent("hello")); 168source.AppendHtml(new TestHtmlContent("hello")); 194source.AppendHtml(nested); 195nested.AppendHtml(new TestHtmlContent("hello")); 221content.AppendHtml(new TestHtmlContent("Hello"));
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultDisplayTemplates.cs (2)
137result.AppendHtml(templateBuilder.Build()); 251content.AppendHtml(templateBuilderResult);
DefaultEditorTemplates.cs (3)
119result.AppendHtml(templateBuilder.Build()); 164.AppendHtml(display) 305content.AppendHtml(templateBuilderResult);
HtmlHelper.cs (1)
759.AppendHtml(checkbox)