HtmlContentBuilder.MoveTo(IHtmlContentBuilder) 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.
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