TagHelperContent.CopyTo(IHtmlContentBuilder) Method

Definition

Copies the contained content of this IHtmlContentContainer into builder.

public:
 abstract void CopyTo(Microsoft::AspNetCore::Html::IHtmlContentBuilder ^ destination);
public abstract void CopyTo (Microsoft.AspNetCore.Html.IHtmlContentBuilder destination);
abstract member CopyTo : Microsoft.AspNetCore.Html.IHtmlContentBuilder -> unit
Public MustOverride Sub CopyTo (destination As IHtmlContentBuilder)

Parameters

destination
IHtmlContentBuilder

Implements

Applies to