public class HtmlElementInfoCollection
HtmlElementInfoCollection | Initializes a new instance of the HtmlElementInfoCollection class |
Elements | Gets all collected HTML elements |
Add | Adds an HTML element to the collection |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
FindByClass | Finds all elements that contain the specified CSS class |
FindById | Finds all elements with the specified ID |
FindByTagName | Finds all elements with the specified HTML tag name |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |