Skip to main content
A newer version of this page is available. .

DashboardConnectionStringsProvider Constructors

A provider of data connections that can be used by the Web Dashboard.
Name Parameters Description
DashboardConnectionStringsProvider(IConfiguration, String) configuration, sectionName Initializes a new instance of the DashboardConnectionStringsProvider class with the specified section name from the appsettings.json file.
DashboardConnectionStringsProvider(IConfiguration) configuration Initializes a new instance of the DashboardConnectionStringsProvider class with a default section name from the appsettings.json file.
See Also