AngleSharp by Florian Rappl

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

.NET API 446,976 bytes

 HTMLBodyElement

public sealed class HTMLBodyElement : HTMLElement
Represents the HTML body element.
public string ALink { get; set; }

Gets or sets the color of active links (after mouse-button down, but before mouse-button up).

public string Background { get; set; }

Gets or sets the URI of the background texture tile image.

public string BgColor { get; set; }

Gets or sets the document background color.

public string Link { get; set; }

Gets or sets color of links that are not active and unvisited.

public string Text { get; set; }

Gets or sets document text color.

public string VLink { get; set; }

Gets or sets color of links that have been visited by the user.