Show / Hide Table of Contents

Class RemoteContextProvider

Default remote context provider implementation.

Inheritance
System.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

| Improve this Doc 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

| Improve this Doc View Source

GetRemoteContext(Uri)

Retrieve a JSON-LD context document from the specified URL.

Declaration
public JsonLdRemoteContext GetRemoteContext(Uri reference)
Parameters
Type Name Description
System.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)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoteContextProvider(JsonLdProcessorOptions)
  • Methods
    • GetRemoteContext(Uri)
  • Implements
  • Extension Methods
Back to top Generated by DocFX