Click or drag to resize

RecroGridContextHttpContext Property

Gets the HTTP context.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public HttpContext HttpContext { get; protected set; }

Property Value

Type: HttpContext
The HTTP context.

Implements

IRecroGridContextHttpContext
See Also