HttpContext.GetSection Method
.NET Framework 3.0
Gets a specified configuration section for the current application's default configuration.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public Object GetSection ( String sectionName )
public function GetSection ( sectionName : String ) : Object
Not applicable.
Parameters
- sectionName
The configuration section path (in XPath format) and the configuration element name.
Return Value
The specified ConfigurationSection, a null reference (Nothing in Visual Basic) if the section does not exist, or an internal object if the section is not accessible at run time.Community Additions
ADD
Show: