IHtmlContentContainer.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:
 void MoveTo(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ builder);
public void MoveTo (Microsoft.AspNetCore.Html.IHtmlContentBuilder builder);
abstract member MoveTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
Public Sub MoveTo (builder As IHtmlContentBuilder)

Parameters

Applies to