CascadingValue<TValue>.Attach(RenderHandle) Méthode

Définition

Attache le composant à un 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)

Paramètres

renderHandle
RenderHandle

RenderHandle qui permet au composant d’être rendu.

Implémente

S’applique à