 | AspNetLayoutMultiValueRendererBaseValuesOnly Property |
Only render values if true, otherwise render key/value pairs.
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
Syntaxpublic bool ValuesOnly { get; set; }
Public Property ValuesOnly As Boolean
Get
Set
Dim instance As AspNetLayoutMultiValueRendererBase
Dim value As Boolean
value = instance.ValuesOnly
instance.ValuesOnly = value
member ValuesOnly : bool with get, set
Property Value
Type:
Boolean
See Also