Click or drag to resize

DefaultDocumentLoaderLoadJson Method

[Missing <summary> documentation for "M:VDS.RDF.JsonLd.DefaultDocumentLoader.LoadJson(System.Uri,VDS.RDF.JsonLd.JsonLdLoaderOptions)"]

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static RemoteDocument LoadJson(
	Uri remoteRef,
	JsonLdLoaderOptions loaderOptions
)

Parameters

remoteRef
Type: SystemUri

[Missing <param name="remoteRef"/> documentation for "M:VDS.RDF.JsonLd.DefaultDocumentLoader.LoadJson(System.Uri,VDS.RDF.JsonLd.JsonLdLoaderOptions)"]

loaderOptions
Type: VDS.RDF.JsonLdJsonLdLoaderOptions

[Missing <param name="loaderOptions"/> documentation for "M:VDS.RDF.JsonLd.DefaultDocumentLoader.LoadJson(System.Uri,VDS.RDF.JsonLd.JsonLdLoaderOptions)"]

Return Value

Type: RemoteDocument

[Missing <returns> documentation for "M:VDS.RDF.JsonLd.DefaultDocumentLoader.LoadJson(System.Uri,VDS.RDF.JsonLd.JsonLdLoaderOptions)"]

See Also