-
Notifications
You must be signed in to change notification settings - Fork 151
Home
Julian Verdurmen edited this page Oct 16, 2017
·
30 revisions
- Getting started with ASP.NET Core 2
- Getting started with .NET Core 2 Console application
- Getting started with ASP.NET Core 1 (csproj - vs2017)
- Getting Started with ASP.NET Core 1 (project.json - vs2015)
- Multiple blogs to get started with ASP.NET Core and NLog
For docs, check the wiki of NLog and the readme.
Also check the Platform support table, as there is a limited set implemented. Check the column NetStandard 1.3. To read more about NetStandard, see the docs from Microsoft
ASP.NET Core supported:
- ${aspnet-MVC-Action} - ASP.NET MVC action name
- ${aspnet-MVC-Controller} - ASP.NET MVC controller name
-
${aspnet-Item} - ASP.NET
HttpContext
item variable. - ${aspnet-Request} - ASP.NET Request variable.
- ${aspnet-Request-Cookie} - ASP.NET Request cookie content.
- ${aspnet-Request-Host} - ASP.NET Request host.
- ${aspnet-Request-Method} - ASP.NET Request method (GET, POST etc).
- ${aspnet-Request-QueryString} - ASP.NET Request querystring.
- ${aspnet-Request-Referrer} - ASP.NET Request referrer.
- ${aspnet-Request-UserAgent} - ASP.NET Request useragent.
- ${aspnet-Request-Url} - ASP.NET Request URL.
- ${aspnet-Session} - ASP.NET Session variable.
- ${aspnet-SessionId} - ASP.NET Session ID variable.
- ${aspnet-UserAuthType} - ASP.NET User auth.
- ${aspnet-UserIdentity} - ASP.NET User variable.
- ${iis-site-name} - IIS site name.