HtmlRenderer.Dispatcher Propriété
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.
Obtient le Dispatcher associé à cette instance. Tous les appels à ou BeginRenderingComponent<TComponent>() doivent être effectués à RenderComponentAsync<TComponent>() l’aide de ce Dispatcher.
public Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get; }
member this.Dispatcher : Microsoft.AspNetCore.Components.Dispatcher
Public ReadOnly Property Dispatcher As Dispatcher