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.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
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