AngleSharp by Florian Rappl

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

.NET API 1,189,376 bytes

 HtmlFieldSetElement

Represents the HTML fieldset element.

Gets the elements belonging to this field set.

public string Type { get; }

Gets the type of input control (fieldset).

public HtmlFieldSetElement(Document owner, string prefix = null)

Creates a new HTML fieldset element.