AngleSharp by Florian Rappl

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

.NET API 1,174,016 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.

public HtmlOutputElement(Document owner, string prefix = null)