Method CreateCDataSection
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
CreateCDataSection(string)
Creates an XmlCDataSection containing the specified data.
public override XmlCDataSection CreateCDataSection(string data)
Parameters
data
stringThe content of the new XmlCDataSection.
Returns
- XmlCDataSection
The new XmlCDataSection.