AngleSharp
Namespace with 7 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.
DocumentBuilder
A handy helper to construct various kinds of documents
from a given source code, URL or stream.
Url
Represents an Url class according to RFC3986.
This is the base for all internal Url manipulation.
Static Classes
ApiExtensions
A set of useful extension methods when dealing with the DOM.
ConfigurationExtensions
A set of useful extensions for IConfiguration and Configuration objects.
ContextExtensions
A set of extensions for the browsing context.
Interfaces
IConfiguration
Represents the interface for a general setup of AngleSharp
or a particular AngleSharp request.