AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.5-alpha-317" />

.NET API 893,952 bytes

 HtmlBodyElement

Represents the HTML body element.
public string ALink { get; set; }

public string Background { get; set; }

public string BgColor { get; set; }

public string Link { get; set; }

public string Text { get; set; }

public string VLink { get; set; }

public event DomEventHandler Printed

public event DomEventHandler Storage

public HtmlBodyElement(Document owner, string prefix = null)