Adds the specified inline element as a child element.

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

Syntax

C#
public void Add(
	InlineElement item
)

Parameters

item
Type: HTMLPlusPlus..::..InlineElement
The inline element to add.

See Also