AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-283" />

.NET API 887,808 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)