Skip to main content
A newer version of this page is available. .

DashboardUrlStateOptionBuilder.IncludeDashboardIdToUrl(Boolean) Method

Specifies whether the dashboard id is included in the Web Dashboard’s URL.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardUrlStateOptionBuilder IncludeDashboardIdToUrl(
    bool includeDashboardIdToUrl
)

Parameters

Name Type Description
includeDashboardIdToUrl Boolean

true, to include the dashboard id in the Web Dashboard’s URL; otherwise, false.

Returns

Type Description
DashboardUrlStateOptionBuilder

A reference to this instance after the operation has completed.

See Also