Mono Class Library: System.Xml Namespace

System.Xml.XmlCDataSection Class

A CDATA section of an Xml document. [Edit]

See Also: XmlCDataSection Members

System.Object
     System.Xml.XmlNode
          System.Xml.XmlLinkedNode
               System.Xml.XmlCharacterData
                    System.Xml.XmlCDataSection

public class XmlCDataSection : XmlCharacterData

Remarks

CDATA sections are like text nodes except that they are used to wrap character data containing <'s and &'s. CDATA sections begin with "<![CDATA[" and end with "]]>". For example:

XML Example
<content>
	<![CDATA[
		Any characters except the sequence bracket-bracket-> are OK here.
	]]>
</content>
[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0