Skip to main content
All docs
V23.2

AspNetCoreDashboardExporter(DashboardConfigurator, IWebHostEnvironment) Constructor

Initializes a new instance of the AspNetCoreDashboardExporter class with specified settings.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public AspNetCoreDashboardExporter(
    DashboardConfigurator dashboardConfigurator,
    IWebHostEnvironment hostingEnvironment
)

Parameters

Name Type Description
dashboardConfigurator DashboardConfigurator

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

hostingEnvironment IWebHostEnvironment

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

See Also