AngleSharp by AngleSharp

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

.NET API 894,976 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).