HttpContextBase.GetSection Method (String)

 

When overridden in a derived class, gets the specified configuration section of the current application's default configuration.

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

abstract GetSection : 
        sectionName:string -> Object
override GetSection : 
        sectionName:string -> Object

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.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: