IHtmlContentContainer.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:
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
- builder
- IHtmlContentBuilder
The IHtmlContentBuilder.