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