Class DefaultDocumentLoader
Implements the default remote JSON document loader logic for the JSON-LD processor.
Inheritance
System.Object
DefaultDocumentLoader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public static class DefaultDocumentLoader
Methods
| Improve this Doc View SourceLoadJson(Uri, JsonLdLoaderOptions)
Declaration
public static RemoteDocument LoadJson(Uri remoteRef, JsonLdLoaderOptions loaderOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | remoteRef | |
JsonLdLoaderOptions | loaderOptions |
Returns
Type | Description |
---|---|
RemoteDocument |