AngleSharp.DOM.Collections
Namespace with 13 public types
Classes
CSSStyleDeclaration
Represents a single CSS declaration block.
DOMStringList
Represents a string list.
DOMStringMap
Represents a list of DOMTokens.
DOMTokenList
Represents a list of DOMTokens.
FileList
Represents a container for file entries captured by the file
upload field.
HTMLCollection
A collection of HTML nodes.
HTMLCollection`1
A specialized collection containing elements of type T.
HTMLFormControlsCollection
A collection of HTML form controls.
MediaList
Represents a list of media elements.
NamedNodeMap
Represents a named collection of nodes.
NodeList
Represents a list of Node instances or nodes.
StyleSheetList
A collection of CSS elements.
Abstract Classes
BaseCollection`1
The abstract template class for most DOM collections.