AspNetCoreDashboardExporter(DashboardConfigurator, IWebHostEnvironment) Constructor
In This Article
Initializes a new instance of the AspNetCoreDashboardExporter class with specified settings.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public AspNetCoreDashboardExporter(
DashboardConfigurator dashboardConfigurator,
IWebHostEnvironment hostingEnvironment
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Dashboard |
A Dashboard |
hosting |
IWeb |
A IWeb |
See Also