HtmlContentBuilder.MoveTo(IHtmlContentBuilder) Method

Definition

Moves the contained content of this IHtmlContentContainer into builder.

After MoveTo(IHtmlContentBuilder) is called, this IHtmlContentContainer instance should be left in an empty state.

public:
 virtual void MoveTo(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ destination);
public void MoveTo (Microsoft.AspNetCore.Html.IHtmlContentBuilder destination);
abstract member MoveTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
override this.MoveTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
Public Sub MoveTo (destination As IHtmlContentBuilder)

Parameters

destination
IHtmlContentBuilder

Implements

Applies to