AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLButtonElement

Represents an HTML button element.
public const string Tag = "button"

The button tag.

public bool Disabled { get; set; }

Gets or sets if the input element is enabled or disabled.

public HTMLFormElement Form { get; }

Gets the associated HTML form element.

public string Name { get; set; }

Gets or sets the value of the name attribute.

Creates a new HTML button element.