Interface IHtmlFormControlsCollection
- Namespace
- AngleSharp.Html.Dom
- Assembly
- AngleSharp.dll
Represents a collection of HTML form controls.
[DomName("HTMLFormControlsCollection")]
public interface IHtmlFormControlsCollection : IHtmlCollection<IHtmlElement>, IEnumerable<IHtmlElement>, IEnumerable
- Inherited Members
- Extension Methods