AngleSharp by AngleSharp

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

.NET API 1,261,568 bytes

 IHtmlCommandElement

Represents the command HTML element.

Gets the assigned element.

string Icon { get; set; }

Gets or sets the icon of the command.

bool IsChecked { get; set; }

Gets or sets if the command is checked.

bool IsDisabled { get; set; }

Gets or sets if the command is disabled.

string Label { get; set; }

Gets or sets the assigned label.

string RadioGroup { get; set; }

Gets or sets the id of the radio group of the command.

string Type { get; set; }

Gets or sets the type of command.