Context Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| EditorProvider..::..Context Property |
| EditorProvider Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public HttpContext Context { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Context As HttpContext Get |
| Visual C++ |
|---|
public: property HttpContext^ Context { HttpContext^ get (); } |