IHtmlAnchorElement
public interface IHtmlAnchorElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IUrlUtilities
Represents the a HTML element.
Gets or sets the linked resource is intended to be downloaded rather than displayed.
The value represent the proposed name of the file. If the name is not a valid filename of the
underlying OS, the navigator will adapt it.
Gets the element's ping attribute as a settable list of tokens.
Gets or sets the rel HTML attribute, specifying the relationship
of the target object to the link object.
Gets the rel HTML attribute, as a list of tokens.
Gets or sets the name of the target frame to which the resource applies.
Gets or sets the language code for the linked resource.
Gets the text of the anchor tag (same as TextContent).
Gets or sets the type of the resource. If present, the attribute must be a valid MIME type.