AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 IHtmlMetaElement

Represents the meta HTML element.
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.