AngleSharp by AngleSharp

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

.NET API 955,392 bytes

 HtmlMetaElement

Represents the HTML meta element.
public string Charset { get; set; }

public string Content { get; set; }

public string HttpEquivalent { get; set; }

public string Name { get; set; }

public string Scheme { get; set; }

public HtmlMetaElement(Document owner, string prefix = null)

public void Handle()