CascadingValue<TValue>.Attach(RenderHandle) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.