AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.439" />

.NET API 957,440 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)