AngleSharp by AngleSharp

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

.NET API 955,392 bytes

 IHtmlMetaElement

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

Gets or sets the associated charset.

string Content { get; set; }

Gets or sets the value of the content attribute of the meta element.

string HttpEquivalent { get; set; }

Gets or sets the value of the equivalent in a meta element, which is effective if the server doesn't send a corresponding real header.

string Name { get; set; }

Gets or sets the name of the meta element.