Table of Contents

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 string

The content of the new XmlCDataSection.

Returns

XmlCDataSection

The new XmlCDataSection.