Document.CreateCDATASection
Document.CreateCDATASection method
Creates a CDATASection node whose value is the specified string.
public CDATASection CreateCDATASection(string data)
Parameter | Type | Description |
---|---|---|
data | String | The CDATA data. |
Return Value
The CDATASection
.
See Also
- class CDATASection
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG