Skip to main content

DashboardConnectionStringsProvider(IConfiguration) Constructor

Initializes a new instance of the DashboardConnectionStringsProvider class with a default section name from the appsettings.json file.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardConnectionStringsProvider(
    IConfiguration configuration
)

Parameters

Name Type Description
configuration IConfiguration

An IConfiguration object that represents a set of key/value application configuration properties.

Remarks

The default section name is “ConnectionStrings”.

See Also