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.
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
| C# |
|---|
public class A : InlineElement, IStylable |
Inheritance Hierarchy
System..::..Object
HTMLPlusPlus..::..Tag
HTMLPlusPlus..::..FlowElement
HTMLPlusPlus..::..InlineElement
HTMLPlusPlus..::..A
HTMLPlusPlus..::..Tag
HTMLPlusPlus..::..FlowElement
HTMLPlusPlus..::..InlineElement
HTMLPlusPlus..::..A