Returns requested config information for the current request.
[Visual Basic] Overloads Public Function GetConfig( _ ByVal name As String, _ ByVal path As String _ ) As Object [C#] public object GetConfig( string name, string path ); [C++] public: Object* GetConfig( String* name, String* path ); [JScript] public function GetConfig( name : String, path : String ) : Object;
HttpContext Class | HttpContext Members | System.Web Namespace | HttpContext.GetConfig Overload List