DashboardExtensionsOptionBuilder.UrlState(Action<DashboardUrlStateOptionBuilder>) Method
Allows you to use the UrlState extension.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v25.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DashboardExtensionsOptionBuilder UrlState(
Action<DashboardUrlStateOptionBuilder> config
)
Parameters
| Name | Type | Description |
|---|---|---|
| config | Action<DashboardUrlStateOptionBuilder> | A delegate used to configure the DashboardUrlStateOptionBuilder. |
Returns
| Type | Description |
|---|---|
| DashboardExtensionsOptionBuilder | A reference to this instance after the operation has completed. |
See Also