Represents a CDATA node.
Object
XmlNode
XmlText
XmlCData
[Visual Basic] Public Class XmlCData Inherits XmlText [C#] public class XmlCData : XmlText [C++] public __gc class XmlCData : public XmlText [JScript] public class XmlCData extends XmlText
This class represents an XML character data element of the form
The XmlCData
class has no public constructors. Instances of XmlCData are created using the CreateCData and AddCData methods.
Note that the XmlCData class derives from the XmlText class such that applications that give no special treatment to CDATA elements can treat them as text.
Namespace: System.Xml
Assembly: System.dll