HtmlContentBuilder.CopyTo(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.
Copies the contained content of this IHtmlContentContainer into builder
.
public:
virtual void CopyTo(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ destination);
public void CopyTo (Microsoft.AspNetCore.Html.IHtmlContentBuilder destination);
abstract member CopyTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
override this.CopyTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
Public Sub CopyTo (destination As IHtmlContentBuilder)
Parameters
- destination
- IHtmlContentBuilder