AngleSharp by AngleSharp

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

.NET API 1,230,848 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)