Show / Hide Table of Contents

Class JsonLdRemoteContext

Represents a JSON-LD context loaded from a remote document.

Inheritance
object
JsonLdRemoteContext
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 JsonLdRemoteContext

Properties

| Edit this page View Source

Context

Get the context value as a JSON representation.

Declaration
public JToken Context { get; }
Property Value
Type Description
JToken
| Edit this page View Source

DocumentUrl

Get the document URL of the context document.

Declaration
public Uri DocumentUrl { get; }
Property Value
Type Description
Uri

Extension Methods

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