Back to Devexpress

DashboardUrlStateOptionBuilder.IncludeDashboardIdToUrl(Boolean) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardurlstateoptionbuilder-dot-includedashboardidtourl-x28-system-dot-boolean-x29.md

latest1.8 KB
Original Source

DashboardUrlStateOptionBuilder.IncludeDashboardIdToUrl(Boolean) Method

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

Namespace : DevExpress.DashboardAspNetCore

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

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardUrlStateOptionBuilder IncludeDashboardIdToUrl(
    bool includeDashboardIdToUrl
)
vb
Public Function IncludeDashboardIdToUrl(
    includeDashboardIdToUrl As Boolean
) As DashboardUrlStateOptionBuilder

Parameters

NameTypeDescription
includeDashboardIdToUrlBoolean

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

|

Returns

TypeDescription
DashboardUrlStateOptionBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardUrlStateOptionBuilder Class

DashboardUrlStateOptionBuilder Members

DevExpress.DashboardAspNetCore Namespace