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;
- name
- The application configuration tag that information is requested for.
An object containing configuration information.
HttpContext Members