AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLParamElement

public sealed class HTMLParamElement : HTMLElement
Represents a param element.
public const string Tag = "param"

The param tag.

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.

Creates a new HTML param element.