DefaultDocumentLoader public class DefaultDocumentLoader : BaseLoader, IDocumentLoader, ILoader Represents the default document loader. This class can be inherited. Documentation Code public DefaultDocumentLoader(IBrowsingContext context, Predicate<Request> filter = null) Creates a new document loader. public virtual IDownload FetchAsync(DocumentRequest request) Loads the data for the request asynchronously.