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.

C#
public Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get; }

Property Value

Applies to

Product Versions
ASP.NET Core 8.0, 9.0