WebConfigurationManager.GetSection Method
.NET Framework (current version)
Retrieves the specified configuration section from the current Web application's default configuration file.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetSection(String) | Retrieves the specified configuration section from the current Web application's configuration file. |
![]() ![]() | GetSection(String, String) | Retrieves the specified configuration section from the Web application's configuration file at the specified location. |
Show:

