AngleSharp by Florian Rappl

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

.NET API 1,174,016 bytes

 IHtmlFieldSetElement

Represents the fieldset HTML element.

Gets the elements belonging to this field set.

Gets the associated HTML form element.

bool IsDisabled { get; set; }

Gets or sets if the element is enabled or disabled.

string Name { get; set; }

Gets or sets the value of the name attribute.

string Type { get; }

Gets the type of input control (fieldset).