AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlAnchorElement

Represents an anchor element.
public string Charset { get; set; }

Gets or sets the character encoding for the target resource.

public string Name { get; set; }

Gets or sets the anchor name.

public string Text { get; set; }

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

public HtmlAnchorElement(Document owner, string prefix = null)

Creates a new anchor element.