Skip to main content
All docs
V25.1
  • RestrictedDashboardController.GetDashboard(String) Method

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v25.1.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