AspNetCoreDashboardExporter(DashboardConfigurator, IWebHostEnvironment) Constructor
Initializes a new instance of the AspNetCoreDashboardExporter class with specified settings.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.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