Share via


IComponent.Attach(RenderHandle) Méthode

Définition

Attache le composant à un RenderHandle.

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

Paramètres

renderHandle
RenderHandle

RenderHandle qui permet au composant d’être affiché.

S’applique à