Table of Contents
TargetElement Property

Gets the target element for a link element.

Syntax
 public HtmlElement TargetElement { get; }
Remarks

When the href attribute of a link element (HTML "A" element) is set to an anchor point (the "name" attribute of another "A" element), this property returns the target anchor point "A" element.

See Also