WebConfigurationManager Class
Provides access to configuration files for Web applications.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetSection(HttpContext, String) | Retrieves the specified configuration section from the application's configuration file in relationship to the specified context. |
![]() ![]() | GetSection(HttpContext, String, Type) | Retrieves the specified configuration section by using the specified configuration section type from the application's configuration file in relationship to the specified context. |
![]() ![]() | GetSection(String) | Retrieves the specified configuration section from the current application's configuration file. |
![]() ![]() | GetSection(String, String, String) | Retrieves the specified configuration section by using the Web site name, virtual path, and section path. |
![]() ![]() | GetSection(String, String, String, Type) | Retrieves the specified configuration section by using the Web site name, virtual path, section path, and run-time type. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

