get the HttpContext
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public HttpContext Context { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Context As HttpContext Get | 
| Visual C++ | 
|---|
| public: property HttpContext^ Context { HttpContext^ get (); } | 
 
     
     
     
     
    