AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.17.0-alpha-177" />

.NET API 882,176 bytes

 HtmlOutputElement

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

public ISettableTokenList HtmlFor { get; }

public string Type { get; }

public string Value { get; set; }

public HtmlOutputElement(Document owner, string prefix = null)