IDocumentRetriever Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that defines a document retriever that returns the document as a string.
public interface IDocumentRetriever
type IDocumentRetriever = interface
Public Interface IDocumentRetriever
- Derived
Methods
GetDocumentAsync(String, CancellationToken) |
Obtains a document from an address. |