CharacterData.AppendData

CharacterData.AppendData method

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

public virtual void AppendData(string data)
ParameterTypeDescription
dataStringThe content data.

See Also