| JsonAttributeEscapeForwardSlash Property |
Should forward slashes be escaped? If true, / will be converted to \/
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool EscapeForwardSlash { get; set; }
Public Property EscapeForwardSlash As Boolean
Get
Set
Dim instance As JsonAttribute
Dim value As Boolean
value = instance.EscapeForwardSlash
instance.EscapeForwardSlash = value
member EscapeForwardSlash : bool with get, set
Property Value
Type:
BooleanRemarks
If not set explicitly then the value of the parent will be used as default.
See Also