AngleSharp by AngleSharp

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

.NET API 1,224,704 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)