Show / Hide Table of Contents

Class JsonLdRemoteContext

Represents a JSON-LD context loaded from a remote document.
Inheritance
System.Object
JsonLdRemoteContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public class JsonLdRemoteContext

Properties

| Improve this Doc View Source

Context

Get the context value as a JSON representation.
Declaration
public JToken Context { get; }
Property Value
Type Description
Newtonsoft.Json.Linq.JToken
| Improve this Doc View Source

DocumentUrl

Get the document URL of the context document.
Declaration
public Uri DocumentUrl { get; }
Property Value
Type Description
System.Uri

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Context
    • DocumentUrl
  • Extension Methods
Back to top Generated by DocFX