-
Notifications
You must be signed in to change notification settings - Fork 0
AspRequest layout renderer
Maciej Wódke edited this page Aug 11, 2016
·
3 revisions
ASP Request variable.
Supported in .NET and Mono
##Configuration Syntax
${asp-request:cookie=String:serverVariable=String:queryString=String
:item=String:form=String}
##Parameters ###Rendering Options
- cookie - Cookie to be rendered.
- serverVariable - ServerVariables item to be rendered. See msdn
- queryString - QueryString variable to be rendered.
- item - Item name. The QueryString, Form, Cookies, or ServerVariables collection variables having the specified name are rendered.
- form - Form variable to be rendered.
- Search in documentation
- Getting started
- Examples
- External articles and tutorials
- FAQ
- Platform support
- Advanced Configuration file options
- Filtering log messages
- [Using Time Sources](Time Source)
- Visual Studio support
- Who is using NLog
- [Write custom extensions](Extending NLog)