10 references to HtmlContentBuilder
Microsoft.AspNetCore.Html.Abstractions (2)
HtmlContentBuilder.cs (2)
19
:
this
(new List<object>())
28
:
this
(new List<object>(capacity))
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Buffers\ViewBufferTest.cs (4)
253
var nested = new
HtmlContentBuilder
(nestedItems);
258
var destination = new
HtmlContentBuilder
(destinationItems);
276
var nested = new
HtmlContentBuilder
(nestedItems);
281
var destination = new
HtmlContentBuilder
(destinationItems);
Microsoft.AspNetCore.Razor.Test (4)
TagHelpers\DefaultTagHelperContentTest.cs (4)
109
var destination = new
HtmlContentBuilder
(items);
135
var destination = new
HtmlContentBuilder
(items);
158
var destination = new
HtmlContentBuilder
(items);
185
var destination = new
HtmlContentBuilder
(items);