HttpContext.GetAppConfig 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 application.
Assembly: System.Web (in System.Web.dll)
[ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public static object GetAppConfig( string name )
Parameters
- name
-
Type:
System.String
The application configuration tag for which information is requested.
Return Value
Type: System.ObjectAn object containing configuration information. (Cast the returned configuration section to the appropriate configuration type before use.)
The GetAppConfig method has been deprecated. Use the GetWebApplicationSection method of the WebConfigurationManager class to get configuration information for the current application.
.NET Framework
Available since 1.1
Available since 1.1
Show: