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 content. |
Return Value
The CDATASection
.
Examples
var cdata = document.CreateCDATASection(data)
See Also
- class CDATASection
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML