XmlEncodeLayoutRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The XmlEncodeLayoutRendererWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlEncodeLayoutRendererWrapper | Initializes a new instance of the XmlEncodeLayoutRendererWrapper class |
| Name | Description | |
|---|---|---|
| CDataEncode |
Gets or sets whether output should be wrapped using CDATA section instead of XML-string escaping
| |
| Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) | |
| XmlEncode |
Gets or sets whether output should be encoded with XML-string escaping.
| |
| XmlEncodeNewlines |
Gets or sets a value indicating whether to transform newlines (\r\n) into (
)
|
| Name | Description | |
|---|---|---|
| Render |
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.) | |
| ToString | Returns a string that represents the current object. (Inherited from LayoutRenderer.) |