0 out of 3 rated this helpful - Rate this topic

ControllerContext.HttpContext Property

Gets or sets the HTTP context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public virtual HttpContextBase HttpContext { get; set; }

Property Value

Type: System.Web.HttpContextBase
The HTTP context.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.