aspxtreme

HttpContext.GetAppConfig Method

System.Web Namespace   HttpContext Class


Returns requested configuration information for the current application

[ VB ]
Public Shared Function GetAppConfig ( _
   ByVal name As String _
) As Object

[ C# ]
public static object GetAppConfig (
   string name
);

[ C++ ]
public: static Object* GetAppConfig (
   String* name
);

[ JScript ]
public static function GetAppConfig (
   name : String
) : Object;

Parameters

name
The application configuration tag that information is requested for.

Return Value

An object containing configuration information.

See Also

HttpContext Members



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme