AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.1-alpha-241" />

.NET API 885,760 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()