Controller.HttpContext Property

Definition

Gets HTTP-specific information about an individual HTTP request.

public System.Web.HttpContextBase HttpContext { get; }
member this.HttpContext : System.Web.HttpContextBase
Public ReadOnly Property HttpContext As HttpContextBase

Property Value

The HTTP context.

Applies to