Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use GetContext instead", true)] protected HttpContext Context { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use GetContext instead", True)> _ Protected ReadOnly Property Context As HttpContext Get |
| Visual C++ |
|---|
protected: [ObsoleteAttribute(L"Use GetContext instead", true)] property HttpContext^ Context { HttpContext^ get (); } |