Share via


HtmlRenderer.Dispatcher Property

Definition

Gets the Dispatcher associated with this instance. Any calls to RenderComponentAsync<TComponent>() or BeginRenderingComponent<TComponent>() must be performed using this Dispatcher.

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

Property Value

Applies to