Document.CreateTextNode

Document.CreateTextNode method

Creates a Text node given the specified string.

public Text CreateTextNode(string data)
ParameterTypeDescription
dataStringThe text data.

Return Value

The Text.

See Also