IDocumentLoader public interface IDocumentLoader Interface used to handle top-level document requests. These requests include navigation tasks. Documentation Code Task<IResponse> LoadAsync(DocumentRequest request, CancellationToken cancel) Performs an asynchronous request that can be cancelled.