Adds an element to the head.

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

Syntax

C#
public void Add(
	IHeadMisc item
)

Parameters

item
Type: HTMLPlusPlus.Interfaces..::..IHeadMisc
The element to add.

See Also