asp.net.ph

HttpContext.GetConfig Method

System.Web Namespace   HttpContext Class


Returns requested configuration information for the current HTTP request.

[ VB ]
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.

See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph