| IHttpContextAccessor Interface |
Provides access to the HttpContext
Namespace:
NLog.Web
Assembly:
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public interface IHttpContextAccessor
Public Interface IHttpContextAccessor
Dim instance As IHttpContextAccessor
type IHttpContextAccessor = interface end
The IHttpContextAccessor type exposes the following members.
Properties
| Name | Description |
---|
| HttpContext |
HttpContext associated with the current request
|
TopSee Also