HtmlContentBuilder.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the content.
public:
virtual Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ Clear();
public Microsoft.AspNetCore.Html.IHtmlContentBuilder Clear ();
abstract member Clear : unit -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
override this.Clear : unit -> Microsoft.AspNetCore.Html.IHtmlContentBuilder
Public Function Clear () As IHtmlContentBuilder
Returns
The IHtmlContentBuilder.