Click or drag to resize

XmlEncodeLayoutRendererWrapper Properties

The XmlEncodeLayoutRendererWrapper type exposes the following members.

Properties
  NameDescription
Public propertyCDataEncode
Gets or sets whether output should be wrapped using CDATA section instead of XML-string escaping
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Public propertyXmlEncode
Gets or sets whether output should be encoded with XML-string escaping.
Public propertyXmlEncodeNewlines
Gets or sets a value indicating whether to transform newlines (\r\n) into ( )
Top
See Also