HttpContextBase.GetSection Method (String)
.NET Framework (current version)
When overridden in a derived class, gets the specified configuration section of the current application's default configuration.
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.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: