CascadingValue<TValue>.Attach(RenderHandle) Method

Definition

Attaches the component to a RenderHandle.

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

Parameters

renderHandle
RenderHandle

A RenderHandle that allows the component to be rendered.

Implements

Applies to