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)
67
content.
AppendHtml
(new TestHtmlContent("Hello"));
84
content.
AppendHtml
(new TestHtmlContent("hello"));
100
content.
AppendHtml
(new TestHtmlContent("hello"));
116
source.
AppendHtml
(new TestHtmlContent("hello"));
142
source.
AppendHtml
(nested);
143
nested.
AppendHtml
(new TestHtmlContent("hello"));
168
source.
AppendHtml
(new TestHtmlContent("hello"));
194
source.
AppendHtml
(nested);
195
nested.
AppendHtml
(new TestHtmlContent("hello"));
221
content.
AppendHtml
(new TestHtmlContent("Hello"));
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultDisplayTemplates.cs (2)
137
result.
AppendHtml
(templateBuilder.Build());
251
content.
AppendHtml
(templateBuilderResult);
DefaultEditorTemplates.cs (3)
119
result.
AppendHtml
(templateBuilder.Build());
164
.
AppendHtml
(display)
305
content.
AppendHtml
(templateBuilderResult);
HtmlHelper.cs (1)
759
.
AppendHtml
(checkbox)