Show / Hide Table of Contents

Class RemoteContextProvider

Default remote context provider implementation.

Inheritance
object
RemoteContextProvider
Implements
IRemoteContextProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class RemoteContextProvider : IRemoteContextProvider

Constructors

| Edit this page View Source

RemoteContextProvider(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 Source

GetRemoteContext(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

Implements

IRemoteContextProvider

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • RemoteContextProvider(JsonLdProcessorOptions)
  • Methods
    • GetRemoteContext(Uri)
  • Implements
  • Extension Methods
Back to top Generated by DocFX