IHtmlFormControlsCollection
public interface IHtmlFormControlsCollection : IHtmlCollection<IHtmlElement>, IReadOnlyList<IHtmlElement>, IEnumerable<IHtmlElement>, IEnumerable, IReadOnlyCollection<IHtmlElement>
Represents a collection of HTML form controls.