See Also: XmlCDataSection Members
System.Object
System.Xml.XmlNode
System.Xml.XmlLinkedNode
System.Xml.XmlCharacterData
System.Xml.XmlCDataSection
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>
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0