JsonLdProcessorOptionsLoader Property |
Note: This API is now obsolete.
The callback of the loader to be used to retrieve remote documents and contexts.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("The Loader property has been deprecated in favor of the DocumentLoader property.")]
public Func<Uri, JsonLdLoaderOptions, RemoteDocument> Loader { get; set; }
<ObsoleteAttribute("The Loader property has been deprecated in favor of the DocumentLoader property.")>
Public Property Loader As Func(Of Uri, JsonLdLoaderOptions, RemoteDocument)
Get
Set
Property Value
Type:
FuncUri,
JsonLdLoaderOptions,
RemoteDocumentRemarks This property has been replaced by the
DocumentLoader property whose name matches that defined by the JSON-LD 1.1 API specification.
See Also