Skip to main content

DashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor

Initializes a new instance of the DashboardController class.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

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