AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.6" />

 AngleSharp.DOM

Namespace with 29 public types

 Classes

 Attr Represents a generic node attribute.
 CDATASection Represents a CDATA section node.
 Comment Represents a node that contains a comment.
 Cookie Represents a Cookie used in an HTMLDocument.
 Document Represents a document node.
 DocumentFragment Represents a document fragment.
 DocumentType Represents the document type node.
 DOMException Represents a DOM exception.
 DOMImplementation Provides a number of methods for performing operations that are independent of any particular instance of the DOM.
 Element Represents an element node.
 Entity Represents an entity node.
 EntityReference Represents a reference to an entity.
 EventListener
 EventTarget
 Location A location object with information about a URL.
 Node Represents a node in the generated tree.
 Notation Represents a notation node.
 ProcessingInstruction Represents a processing instruction node.
 Range
 TextNode Represents a text node.

 Enumerations

 DocumentPosition Enumeration of possible document position values.
 EventPhase Represents the different phases of an event.
 NodeType Contains an enumeration of various node types.
 RangePosition An enumeration of possible values for position comparisons in a range object.
 RangeType An enumeration with possible values on how to compare boundary points.
 Readiness Defines the document readiness.

 Abstract Classes

 CharacterData The base class for all characterdata implementations.
 Event
 RenderingContext The base class for any canvas context.