Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::GetAppConfig Method (String^)

 
Note: This API is now obsolete.

Returns requested configuration information for the current application.

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

public:
[ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")]
static Object^ GetAppConfig(
	String^ name
)

Parameters

name
Type: System::String^

The application configuration tag for which information is requested.

Return Value

Type: System::Object^

An 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
Return to top
Show:
© 2017 Microsoft