AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.17.0-alpha-170" />

.NET API 880,640 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()