AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.4-alpha-290" />

.NET API 888,832 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)