AppendData

CharacterData.AppendData method

Appends the string to the end of the character data of the node.

public virtual void AppendData(string data)
Parameter Type Description
value String The content data.

See Also