 | AspNetLayoutMultiValueRendererBaseOutputFormat Property |
Determines how the output is rendered. Possible Value: FLAT, JSON. Default is FLAT.
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic AspNetRequestLayoutOutputFormat OutputFormat { get; set; }
Public Property OutputFormat As AspNetRequestLayoutOutputFormat
Get
Set
Dim instance As AspNetLayoutMultiValueRendererBase
Dim value As AspNetRequestLayoutOutputFormat
value = instance.OutputFormat
instance.OutputFormat = value
member OutputFormat : AspNetRequestLayoutOutputFormat with get, set
Property Value
Type:
AspNetRequestLayoutOutputFormat
See Also