DynamicComponent.Attach(RenderHandle) Method

Definition

Attaches the component to a RenderHandle.

C#
public void Attach (Microsoft.AspNetCore.Components.RenderHandle renderHandle);

Parameters

renderHandle
RenderHandle

A RenderHandle that allows the component to be rendered.

Implements

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0