AngleSharp by Florian Rappl

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

.NET API 402,432 bytes

 HTMLParamElement

public sealed class HTMLParamElement : HTMLElement
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.