XmlEncodeLayoutRendererWrapper Properties |
The XmlEncodeLayoutRendererWrapper type exposes the following members.
| 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 (
)
|