DataSourceExpression.Context Property

Definition

Gets the HttpContext instance of the owner control.

protected:
 property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
protected System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Protected ReadOnly Property Context As HttpContext

Property Value

The HTTP context instance of the owner control.

Applies to