JsonLdProcessorOptionsDocumentLoader Property  | 
 
            The callback of the loader to be used to retrieve remote documents and contexts.
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic Func<Uri, JsonLdLoaderOptions, RemoteDocument> DocumentLoader { get; set; }Public Property DocumentLoader As Func(Of Uri, JsonLdLoaderOptions, RemoteDocument)
	Get
	Set
Property Value
Type: 
FuncUri, 
JsonLdLoaderOptions, 
RemoteDocument
Remarks If specified, the DocumentLoader is used to retrieve remote documents and contexts; otherwise, if not specified, the processor's built-in loader is used.
If the function returns null or throws an exception, it will be assumed that dereferencing the IRI has failed.
See Also