AngleSharp by Florian Rappl

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

.NET API 1,168,384 bytes

 IHtmlLabelElement

Represents the label HTML element.

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

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

string HtmlFor { get; set; }

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