 | IHttpContextAccessor Interface |
Provides access to the HttpContext
Namespace:
NLog.Web
Assembly:
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic 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
|
Top
See Also