AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.408" />

.NET API 956,928 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)