AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.8.1" />

.NET API 1,214,976 bytes

 IHtmlAnchorElement

Represents the a HTML element.
string Download { get; set; }

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.

string Relation { get; set; }

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.

string Target { get; set; }

Gets or sets the name of the target frame to which the resource applies.

string TargetLanguage { get; set; }

Gets or sets the language code for the linked resource.

string Text { get; }

Gets the text of the anchor tag (same as TextContent).

string Type { get; }

Gets or sets the type of the resource. If present, the attribute must be a valid MIME type.