Interface IHttpContextAccessor
Namespace: Umbraco.Web
Assembly: Umbraco.Web.dll
Syntax
public interface IHttpContextAccessor
Properties
View SourceHttpContext
Declaration
HttpContext HttpContext { get; set; }
Property Value
Type | Description |
---|---|
System.Web.HttpContext |