WebPageExecutingBase.Context Property

When overridden in a derived class, gets or sets the HttpContextBase object that is associated with a page.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

function get Context () : HttpContextBase 
function set Context (value : HttpContextBase)

Property Value

Type: System.Web.HttpContextBase
The current context data.
Show: