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
- namespace Aspose.Html.Dom
- assembly Aspose.HTML