Click or drag to resize

DefaultDocumentLoader.LoadJson 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: System.Uri

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

loaderOptions
Type: VDS.RDF.JsonLd.JsonLdLoaderOptions

[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