Dashboard Component for Blazor
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
The Dashboard component for Blazor is a wrapper for the JavaScript DashboardControl. The component works with the Blazor WebAssembly and Blazor Server hosting models, and sends requests to the dashboard controller. Thus, you need an ASP.NET Core backend with a dashboard controller to handle client data requests.
This section gives information about the DxDashboard component for Blazor.
Common
Blazor Server
Blazor WebAssembly
See Also