3 implementations of Clear
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlContentBuilder.cs (1)
94
public IHtmlContentBuilder
Clear
()
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBuffer.cs (1)
170
public IHtmlContentBuilder
Clear
()
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperContent.cs (1)
176
IHtmlContentBuilder IHtmlContentBuilder.
Clear
()
3 references to Clear
Microsoft.AspNetCore.Html.Abstractions (3)
HtmlContentBuilderExtensions.cs (3)
140
builder.
Clear
();
155
builder.
Clear
();
171
builder.
Clear
();