Share via


DisplayName<TValue>.IComponent.Attach(RenderHandle) Method

Definition

Attaches the component to a RenderHandle.

void IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle);
abstract member Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
override this.Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
Sub Attach (renderHandle As RenderHandle) Implements IComponent.Attach

Parameters

renderHandle
RenderHandle

A RenderHandle that allows the component to be rendered.

Implements

Applies to