AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 HTMLBodyElement

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.

public event DomEventHandler Printed

public event DomEventHandler Storage

public HTMLBodyElement()

Creates a HTML body element.