DashboardConnectionStringsProvider(IConfiguration, String) Constructor
Initializes a new instance of the DashboardConnectionStringsProvider class with the specified section name from the appsettings.json file.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DashboardConnectionStringsProvider(
IConfiguration configuration,
string sectionName
)
Parameters
Name | Type | Description |
---|---|---|
configuration | IConfiguration | An IConfiguration object that represents a set of key/value application configuration properties. |
sectionName | String | A String object that is a section name from the appsettings.json file. |
See Also