Interface IConfiguration
- Namespace
- AngleSharp
- Assembly
- AngleSharp.dll
Represents the interface for a general setup of AngleSharp or a particular AngleSharp request.
public interface IConfiguration
- Extension Methods
Properties
Services
Gets an enumeration over the available services.
IEnumerable<object> Services { get; }