AngleSharp by AngleSharp

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

.NET API 1,230,336 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)