HttpContext.GetConfig Method (String)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
Return to top
Returns requested configuration information for the current HTTP request.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The configuration tag for which information is requested.
Return Value
Type: System.ObjectThe specified ConfigurationSection, null if the section does not exist, or an internal object if the section is not accessible at run time. (Cast the returned object to the appropriate configuration type before use.)
The GetConfig method has been deprecated. Use the GetSection method to get configuration information for the current HTTP request.
.NET Framework
Available since 1.1
Available since 1.1
Show: