Skip to main content
All docs
V24.1

RestrictedDashboardController.SaveDashboard(String) Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

[HttpPost]
public Task<ContentResult> SaveDashboard(
    [FromRoute] string dashboardId
)

Parameters

Name Type
dashboardId String

Returns

Type
Task<ContentResult>
See Also