RemoteDocumentContextUrl Property  | 
 
            If available, the value of the HTTP Link Header [RFC5988] using the http://www.w3.org/ns/json-ld#context link relation in the response. 
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic Uri ContextUrl { get; set; }Public Property ContextUrl As Uri
	Get
	Set
Property Value
Type: 
Uri
RemarksIf the response's content type is application/ld+json, the HTTP Link Header is ignored. 
            If multiple HTTP Link Headers using the http://www.w3.org/ns/json-ld#context link relation are found, 
            the Promise of the LoadDocumentCallback is rejected with a JsonLdError whose code is set to multiple context link headers.
See Also