Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebConfigurationManager::GetSection Method

 

Retrieves the specified configuration section from the current Web application's default configuration file.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetSection(String^)

Retrieves the specified configuration section from the current Web application's configuration file.

System_CAPS_pubmethodSystem_CAPS_staticGetSection(String^, String^)

Retrieves the specified configuration section from the Web application's configuration file at the specified location.

Return to top
Show: