Skip to main content
A newer version of this page is available.
All docs
V18.2

AspNetCoreDashboardExporter(DashboardConfigurator, IHostingEnvironment) Constructor

Initializes a new instance of the AspNetCoreDashboardExporter class.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public AspNetCoreDashboardExporter(
    DashboardConfigurator dashboardConfigurator,
    IHostingEnvironment hostingEnvironment
)

Parameters

Name Type Description
dashboardConfigurator DashboardConfigurator

A DashboardConfigurator instance that provides server settings for the Web Dashboard.

hostingEnvironment IHostingEnvironment

A IHostingEnvironment object used to set the path to the directory that contains the application content files.

See Also