Skip to main content
All docs
V23.2

RestrictedDashboardController.GetDashboard(String) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

[HttpGet]
public ContentResult GetDashboard(
    [FromRoute] string dashboardId
)

Parameters

Name Type
dashboardId String

Returns

Type
ContentResult
See Also