Controller.HttpContext Property

 

Gets HTTP-specific information about an individual HTTP request.

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

Syntax

public HttpContextBase HttpContext { get; }
public:
property HttpContextBase^ HttpContext {
    HttpContextBase^ get();
}
member HttpContext : HttpContextBase with get
Public ReadOnly Property HttpContext As HttpContextBase

Property Value

Type: System.Web.HttpContextBase

The HTTP context.

See Also

Controller Class
System.Web.Mvc Namespace

Return to top