Table of Contents

Namespace AngleSharp

Classes

BrowsingContext

A simple and lightweight browsing context.

BrowsingContextExtensions

A set of extensions for the browsing context.

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.

ConfigurationExtensions

A set of useful extensions for Configuration (or derived) objects.

FormatExtensions

Extensions for formatting, e.g., markup or styling.

Interfaces

IBrowsingContext

Represents the browsing context interface.

IConfiguration

Represents the interface for a general setup of AngleSharp or a particular AngleSharp request.

IMarkupFormattable

Allows basic serialization.

IMarkupFormatter

Basic interface for HTML node serialization.

IStyleFormattable

Allows basic serialization.

IStyleFormatter

Basic interface for CSS node serialization.