RemoteContextProviderGetRemoteContext Method  | 
 
            Retrieve a JSON-LD context document from the specified URL.
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic JsonLdRemoteContext GetRemoteContext(
	Uri reference
)
Public Function GetRemoteContext ( 
	reference As Uri
) As JsonLdRemoteContext
Parameters
- reference
 - Type: SystemUri
The location of the remote context to be retrieved. 
Return Value
Type: 
JsonLdRemoteContext[Missing <returns> documentation for "M:VDS.RDF.JsonLd.RemoteContextProvider.GetRemoteContext(System.Uri)"]
Implements
IRemoteContextProviderGetRemoteContext(Uri)
See Also