Compartir a través de


HtmlRenderer.Dispatcher Propiedad

Definición

Obtiene Dispatcher asociado a esta instancia. Todas las llamadas a RenderComponentAsync<TComponent>() o BeginRenderingComponent<TComponent>() se deben realizar con este Dispatcher.

public Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get; }
member this.Dispatcher : Microsoft.AspNetCore.Components.Dispatcher
Public ReadOnly Property Dispatcher As Dispatcher

Valor de propiedad

Se aplica a