Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Dec 24, 2016
1 parent abf7e1b commit c56ddc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ The following parts are supported in ASP.NET Core:
* aspnet-user-identity
* iis-site-name

introduced in NLog.Web 4.3 & NLog.Web.AspNetCore 4.3

- aspnet-request-cookie - To Render cookie(s) from the request. Allows comma separated to get multiple cookie values. Can also allow json formatting.
- aspnet-request-referrer - To Render the Referrer URL.
- aspnet-request-url - To Render the Request URL.
- aspnet-useragent - To Capture the Useragent of the request.


Please note:

* [ServerVariables are non-existing in ASP.NET Core. ](http://stackoverflow.com/questions/25849217/vnext-server-variables-missing)
Expand Down

0 comments on commit c56ddc2

Please sign in to comment.