AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 HtmlParamElement

Represents a param element.
public string Name { get; set; }

Gets or sets the value of the name attribute.

public string Value { get; set; }

Gets or sets the value of the value attribute.

public HtmlParamElement(Document owner, string prefix = null)

Creates a new HTML param element.