This documentation is archived and is not being maintained.
HttpContext.GetConfig Method
.NET Framework 1.1
Returns requested configuration information for the current HTTP request.
[Visual Basic] Public Function GetConfig( _ ByVal name As String _ ) As Object [C#] public object GetConfig( string name ); [C++] public: Object* GetConfig( String* name ); [JScript] public function GetConfig( name : String ) : Object;
Parameters
- name
- The configuration tag that information is requested for.
Return Value
The object containing the requested configuration information.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: