Returns the current HTTP context.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
protected HttpContext Context { get; }
Visual Basic
Protected ReadOnly Property Context As HttpContext
	Get
Visual C++
protected:
property HttpContext^ Context {
	HttpContext^ get ();
}

See Also