Table of Contents

Interface IDocumentLoader

Namespace
AngleSharp.Io
Assembly
AngleSharp.dll

Interface used to handle top-level document requests. These requests include navigation tasks.

public interface IDocumentLoader : ILoader
Inherited Members
Extension Methods

Methods

FetchAsync(DocumentRequest)

Performs an asynchronous request that can be cancelled.

IDownload FetchAsync(DocumentRequest request)

Parameters

request DocumentRequest

The options to consider.

Returns

IDownload

The download instance to track.