AngleSharp by Florian Rappl

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

.NET API 446,976 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.