AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLMetaElement

public class HTMLMetaElement : HTMLElement
Represents the HTML meta element.
public const string Tag = "meta"

The meta tag.

public string Content { get; set; }

Gets or sets the content attribute, with associated information.

public string HttpEquiv { get; set; }

Gets or sets the HTTP response header name.

public string Scheme { get; set; }

Gets or sets the select form of content.

public HTMLMetaElement()

Creates a new HTML meta element.