Skip to content

Commit

Permalink
Merge pull request #80 from NLog/304NotModified-patch-1
Browse files Browse the repository at this point in the history
Update README.md for 4.3
  • Loading branch information
304NotModified authored Jan 18, 2017
2 parents 15f6456 + c56ddc2 commit d17d5a1
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 d17d5a1

Please sign in to comment.