The element should accept core attributes (like class, id, etc.).

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

Syntax

C#
void Add(
	ICoreAttr attribute
)

Parameters

attribute
Type: HTMLPlusPlus.Interfaces..::..ICoreAttr
The attribute to add.

See Also