HttpContextWrapper::GetSection Method (String^)

 

Gets the specified configuration section of the current application's default configuration.

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

public:
virtual Object^ GetSection(
	String^ sectionName
) override

Parameters

sectionName
Type: System::String^

The configuration section path (in XPath format) and the configuration element name.

Return Value

Type: System::Object^

The specified section, or null if the section does not exist.

.NET Framework
Available since 3.5
Return to top
Show: