Skip to main content
A newer version of this page is available. .
All docs
V21.1

Dashboard Component for Blazor (CTP)

Important

If you are not familiar with the basic concepts and patterns of Blazor, please review the fundamentals before you continue: Introduction to ASP.NET Core Blazor

You can also watch free training videos on Blazor: Free Blazor Training Course

This section gives information about the DxDashboard component for Blazor.

The Dashboard component for Blazor works with the Blazor WebAssembly and Blazor Server hosting models and sends requests to the dashboard controller. So you need an ASP.NET Core backend with a dashboard controller to handle client data requests.

See Also