AngleSharp by Florian Rappl

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

.NET API 521,216 bytes

 HTMLLabelElement

public sealed class HTMLLabelElement : HTMLElement
Represents the HTML label element.
public string AccessKey { get; set; }

Gets or sets the accesskey HTML attribute.

public ILabelabelElement Control { get; }

Gets the control that the label is assigned for if any.

public HTMLFormElement Form { get; }

Gets the form element that the label is assigned for if any.

public string HtmlFor { get; set; }

Gets or sets the ID of the labeled control. Reflects the for attribute.