AngleSharp
Namespace with 10 public types
Classes
Configuration
Represents context configuration for the AngleSharp library.
Custom configurations can be made by deriving from this class,
just implementing IConfiguration or modifying an instance of
this specific class. To change the default configuration one
needs to provide a service that implements IConfiguration in
the dependency resolver.
DependencyResolver
Represents the dependency resolver for supplying
inversion of control.
DocumentBuilder
A handy helper to construct various kinds of documents
from a given source code, URL or stream.
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).
Structures
TransformMatrix
Represents a transformation matrix value.
Enumerations
HttpMethod
Represents the usable methods for transmitting HTTP forms.
Static Classes
Extensions
A set of useful extension methods when dealing with the DOM.
Interfaces
IConfiguration
Represents the interface for a general setup of AngleSharp
or a particular AngleSharp request.
IDependencyResolver
Defines the methods that simplify service location and dependency resolution.
IInfo
Represents some basic information about the AngleSharp library.