AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.1-beta.502" />

.NET API 964,608 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).