HttpContextWrapper.GetSection(String) Method

Definition

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

public:
 override System::Object ^ GetSection(System::String ^ sectionName);
public override object GetSection (string sectionName);
override this.GetSection : string -> obj
Public Overrides Function GetSection (sectionName As String) As Object

Parameters

sectionName
String

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

Returns

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

Applies to