Adds new text to this div.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public void Add(
	string text
)

Parameters

text
Type: System..::..String
The string to add.

See Also