Click or drag to resize

JsonEncodeLayoutRendererWrapperEscapeForwardSlash Property

Should forward slashes be escaped? If true, / will be converted to \/

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public bool EscapeForwardSlash { get; set; }

Property Value

Type: Boolean
Remarks
If not set explicitly then the value of the parent will be used as default.
See Also