Context Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..Context Property |
| Editor Class See Also Send Feedback |
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 (); } |