WebViewPage.Context Property

Gets the HttpContext object that is associated with the page.

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

'Declaration
Public Overrides Property Context As HttpContextBase 
	Get 
	Set
'Usage
Dim instance As WebViewPage 
Dim value As HttpContextBase 

value = instance.Context

instance.Context = value

Property Value

Type: System.Web.HttpContextBase
The HttpContext object that is associated with the page.
Show: