| AspNetRequestLayoutOutputFormat Enumeration |
To control the Renderer Output formatting.
Namespace:
NLog.Web.Enums
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public enum AspNetRequestLayoutOutputFormat
Public Enumeration AspNetRequestLayoutOutputFormat
Dim instance As AspNetRequestLayoutOutputFormat
type AspNetRequestLayoutOutputFormat
Members
| Member name | Value | Description |
---|
| Flat | 0 |
Use this format for rendering the output value as a flat string.
|
| JsonArray | 1 |
Use this format for rendering the output value as a json-array
|
| Json | 1 | Obsolete.
Use this format for rendering the output value as a json formatted string.
|
| JsonDictionary | 2 |
Use this format for rendering the output value as a json-dictionary
|
See Also