AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.2-beta.395" />

.NET API 956,416 bytes

 HtmlFormControlsCollection

A specialized collection containing elements of type HTMLFormControlElement.
public HtmlFormControlElement this[int index] { get; }

public HtmlFormControlElement this[string id] { get; }

public int Length { get; }

public HtmlFormControlsCollection(IElement form, IElement root = null)