DashboardUrlStateOptionBuilder.IncludeDashboardIdToUrl(Boolean) Method
In This Article
Specifies whether the dashboard id is included in the Web Dashboard’s URL.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardUrlStateOptionBuilder IncludeDashboardIdToUrl(
bool includeDashboardIdToUrl
)
#Parameters
Name | Type | Description |
---|---|---|
include |
Boolean | true to include the dashboard id in the Web Dashboard’s URL; otherwise, false. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also