Class RemoteContextProvider
Default remote context provider implementation.
Implements
Inherited Members
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class RemoteContextProvider : IRemoteContextProvider
Constructors
| Edit this page View SourceRemoteContextProvider(JsonLdProcessorOptions)
Create a new provider instance configured using the specified options.
Declaration
public RemoteContextProvider(JsonLdProcessorOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonLdProcessorOptions | options |
Methods
| Edit this page View SourceGetRemoteContext(Uri)
Retrieve a JSON-LD context document from the specified URL.
Declaration
public JsonLdRemoteContext GetRemoteContext(Uri reference)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | reference | The location of the remote context to be retrieved. |
Returns
| Type | Description |
|---|---|
| JsonLdRemoteContext |