AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.14.0-alpha-801" />

.NET API 829,440 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)