DashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor
Initializes a new instance of the DashboardController class.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
Declaration
public DashboardController(
DashboardConfigurator configurator,
IDataProtectionProvider dataProtectionProvider = null
)
Parameters
Name | Type | Description |
---|---|---|
configurator | DashboardConfigurator | A DashboardConfigurator object that provides server settings for the Web Dashboard. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
dataProtectionProvider | IDataProtectionProvider | null | Provides data protection services. |
See Also