WebConfigurationManager Methods
.NET Framework 3.5
The WebConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetSection | Overloaded. Retrieves the specified configuration section from the current Web application's default configuration file. |
|
GetWebApplicationSection | Retrieves the specified configuration section from the current Web application's configuration file. |
|
OpenMachineConfiguration | Overloaded. Opens the machine-configuration file as a Configuration object to allow read or write operations. |
|
OpenMappedMachineConfiguration | Overloaded. Opens the machine-configuration file as a Configuration object to allow read or write operations. |
|
OpenMappedWebConfiguration | Overloaded. Opens the Web-application configuration file as a Configuration object using the specified file mapping to allow read or write operations. |
|
OpenWebConfiguration | Overloaded. Opens the Web-application configuration file as a Configuration object. |