AngleSharp by Florian Rappl

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

.NET API 1,168,384 bytes

 IHtmlOutputElement

Represents the output HTML element.
string DefaultValue { get; set; }

Gets or sets the default value.

Gets the associated HTML form element.

Gets or sets the IDs of the input elements.

INodeList Labels { get; }

Gets the list of assigned labels.

string Name { get; set; }

Gets or sets the name of the element.

string Type { get; }

Gets the type of input control (output).

string Value { get; set; }

Gets or sets the value.