Click or drag to resize

RemoteDocumentDocument Property

The retrieved document. This can either be the raw payload or the already parsed document.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Object Document { get; set; }

Property Value

Type: Object
Remarks
This property may be a JToken or a string. If it is a string, the string is parsed to a JToken.
See Also