Click or drag to resize

DefaultHttpContextAccessorHttpContext Property

HttpContext of the current request.

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public HttpContextBase HttpContext { get; }

Property Value

Type: HttpContextBase

Implements

IHttpContextAccessorHttpContext
See Also