System.Xml.XmlCDataSection Class
A CDATA section of an Xml document.

See Also: XmlCDataSection Members

Syntax

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>

Requirements

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