AngleSharp by Florian Rappl

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

.NET API 559,104 bytes

 HTMLOutputElement

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

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

public string HtmlFor { get; set; }

Gets or sets the ID 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.