Click or drag to resize

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
Members
  Member nameValueDescription
Flat0 Use this format for rendering the output value as a flat string.
JsonArray1 Use this format for rendering the output value as a json-array
Json1 Obsolete. Use this format for rendering the output value as a json formatted string.
JsonDictionary2 Use this format for rendering the output value as a json-dictionary
See Also