Table of Contents

Interface IResourceLoader

Namespace
AngleSharp.Io
Assembly
AngleSharp.dll

Interface used to handle resource requests for a document. These requests include, but are not limited to, media, script and styling resources.

public interface IResourceLoader : ILoader
Inherited Members
Extension Methods

Methods

FetchAsync(ResourceRequest)

Performs an asynchronous request that can be cancelled.

IDownload FetchAsync(ResourceRequest request)

Parameters

request ResourceRequest

The options to consider.

Returns

IDownload

The task that will eventually give the resource's response data.