IConfiguration |
The IConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAppSetting | Gets the specified application setting | |
| GetConnectionString | Get the specified connection string to a database | |
| GetSectionT | Get the specified configuration section | |
| Reload | Forces the configuration manager to reload the current configuration | |
| SaveConfiguration | Save the configuration | |
| SetAppSetting | Set the specified application setting | |
| SetTransientConnectionString | Adds a connection string only for the lifetime of the server |