AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 HtmlElement

Represents a standard HTML element in the node tree.
public string AccessKey { get; set; }

public string AccessKeyLabel { get; }

public string ContentEditable { get; set; }

public IHtmlMenuElement ContextMenu { get; set; }

public IStringMap Dataset { get; }

public string Direction { get; set; }

public ISettableTokenList DropZone { get; }

public bool IsContentEditable { get; }

public bool IsDraggable { get; set; }

public bool IsHidden { get; set; }

public bool IsSpellChecked { get; set; }

public bool IsTranslated { get; set; }

public string Language { get; set; }

public int TabIndex { get; set; }

public string Title { get; set; }

public HtmlElement(Document owner, string localName, string prefix = null, NodeFlags flags = 0)

public virtual void DoBlur()

public virtual void DoClick()

public virtual void DoFocus()

public void DoSpellCheck()

protected bool IsClickedCancelled()