Click or drag to resize

AspNetSessionValueLayoutRendererVariable Property

Note: This API is now obsolete.

Gets or sets the session item name.

Namespace:  NLog.Web.LayoutRenderers
Assemblies:   NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
[ObsoleteAttribute("Instead use Item-property. Marked obsolete with NLog.Web 5.3")]
public string Variable { get; set; }

Property Value

Type: String
See Also