The anchor element, as in <a href=...>.

The default constructor requires a string, which will become the href attribute. You can then add any element, like Text, which will be the visible text of the link.

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

Syntax

C#
public class A : InlineElement, IStylable

Inheritance Hierarchy

See Also