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)
253var nested = new HtmlContentBuilder(nestedItems); 258var destination = new HtmlContentBuilder(destinationItems); 276var nested = new HtmlContentBuilder(nestedItems); 281var destination = new HtmlContentBuilder(destinationItems);
Microsoft.AspNetCore.Razor.Test (4)
TagHelpers\DefaultTagHelperContentTest.cs (4)
109var destination = new HtmlContentBuilder(items); 135var destination = new HtmlContentBuilder(items); 158var destination = new HtmlContentBuilder(items); 185var destination = new HtmlContentBuilder(items);