Table of Contents

Class CDATASection

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CDATASection interface represents a CDATA section
that can be used within XML to include extended portions of unescaped text.
When inside a CDATA section, the symbols < and & don't need escaping
as they normally do.

[Value("CDATASection")]
public class CDATASection : Text, NonDocumentTypeChildNode, ChildNode, GeometryUtils, Slottable
Inheritance
CDATASection
Implements
Inherited Members

Remarks

In XML, a CDATA section looks like:

For example:

The only sequence which is not allowed within a CDATA section is the closing sequence
of a CDATA section itself, ]]>.

NOTE

CDATA sections should not be used within HTML. They are considered comments and are not displayed.

-CreateCDATASection(string)

See also on MDN

Constructors

CDATASection()

public CDATASection()