Ads by Lake Quincy Media

Wiki Navigation

 
Gibraltar - Learn about the best analysis tool for NLog

Aspnet-request layout renderer

NLog documentation is a Wiki, which allows registered users to edit its content.
If you want to contribute, please create a user account and contact Jarek to get edit access.

ASP.NET Request variable. 

Supported in

Configuration Syntax

${aspnet-request:cookie=String:serverVariable=String:queryString=String
                :item=String:form=String}
Read more about using the Configuration File.

Parameters

  • Rendering Options
  • cookie - Cookie to be rendered.
  • serverVariable - ServerVariables item to be rendered.
  • 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.

Remarks

Use this layout renderer to insert the value of the specified parameter of the ASP.NET Request object.

Ads by Lake Quincy Media