Skip to main content
All docs
V26.1
  • AspNetCoreDashboardExporter(DashboardConfigurator, IWebHostEnvironment) Constructor

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

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v26.1.AspNetCore.dll

    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