INavigationHandler public interface INavigationHandler Defines a handler for navigation requests. Documentation Code Task<IDocument> NavigateAsync(DocumentRequest request, CancellationToken token) Performs the navigation with respect to a given request. bool SupportsProtocol(string protocol) Determines if the given protocol is supported by the current handler.