Click or drag to resize

IHttpContextAccessor Interface

Provides access to the HttpContext

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public interface IHttpContextAccessor

The IHttpContextAccessor type exposes the following members.

Properties
  NameDescription
Public propertyHttpContext
HttpContext associated with the current request
Top
See Also