Share via


ActionContext.HttpContext Property

Definition

Gets or sets the HttpContext for the current request.

public Microsoft.AspNetCore.Http.HttpContext HttpContext { get; set; }

Property Value

Remarks

The property setter is provided for unit test purposes only.

Applies to