Show / Hide Table of Contents

Interface IRemoteContextProvider

Interface to be implemented by classes responsible for retrieving remote JSON-LD context documents.

Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public interface IRemoteContextProvider

Methods

| Edit this page View Source

GetRemoteContext(Uri)

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

Declaration
JsonLdRemoteContext GetRemoteContext(Uri reference)
Parameters
Type Name Description
Uri reference

The location of the remote context to be retrieved.

Returns
Type Description
JsonLdRemoteContext

Extension Methods

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