DashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor
In This Article
Initializes a new instance of the DashboardController class.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardController(
DashboardConfigurator configurator,
IDataProtectionProvider dataProtectionProvider = null
)
#Parameters
Name | Type | Description |
---|---|---|
configurator | Dashboard |
A Dashboard |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
data |
IData |
null | Provides data protection services. |
See Also