AngleSharp
Namespace with 6 public types
Classes
Configuration
Represents global configuration for the AngleSharp library.
This is independent of parsing / document creation options
given in the DocumentOptions class.
DocumentBuilder
A handy helper to construct various kinds of documents
from a given source code, URL or stream.
DocumentOptions
Represents a set of possible options that might be applicable
(or not) for a specific document generation.
DOMAttribute
This attribute decorates official DOM objects as specified by the W3C. You could
use it to detect all DOM types or get the correct spelling (PascalCase to camelCase).
Enumerations
HttpMethod
Represents the usable methods for transmitting HTTP forms.
Static Classes
Extensions
A set of useful extension methods when dealing with the DOM.