AngleSharp by AngleSharp

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

.NET API 960,512 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.