AngleSharp by Florian Rappl

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

.NET API 1,189,376 bytes

 HtmlMetaElement

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

Gets or sets the charset attribute.

public string Content { get; set; }

Gets or sets the content attribute, with associated information.

public string HttpEquivalent { get; set; }

Gets or sets the HTTP response header name.

public string Name { get; set; }

Gets or sets the value of the name attribute.

public string Scheme { get; set; }

Gets or sets the select form of content.

public HtmlMetaElement(Document owner, string prefix = null)

Creates a new HTML meta element.

Gets the specified charset, if there has been any specified.