DashboardConnectionStringsProvider Fields
A data connection string provider for ASP.NET Core. This provider allows users to create new data sources based on predefined connection strings from the configuration file.| Name | Description |
|---|---|
| DefaultConnectionStringsSectionName | Specifies the section name in the appsettings.json file where connection strings are contained. |
See Also