AngleSharp by AngleSharp

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

.NET API 893,952 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)