AngleSharp by Florian Rappl

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

.NET API 844,288 bytes

 HTMLOutputElement

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

Gets or sets the default value of the element, initially the empty string.

public ISettableTokenList HtmlFor { get; }

Gets the IDs of the labeled control. Reflects the for attribute.

public string Type { get; }

Gets the type of input control (output).

public string Value { get; set; }

Gets or sets the value of the contents of the elements.