AppendData

CharacterData.AppendData method

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

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

See Also