JsonLdProcessorOptionsProcessingMode Field | 
 
            Get or set the processing model that the processor will use.
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic Nullable<JsonLdProcessingMode> ProcessingMode
Public ProcessingMode As Nullable(Of JsonLdProcessingMode)
Field Value
Type: 
NullableJsonLdProcessingMode
RemarksThis implementation supports only the json-ld-1.0 (using JsonLd10) and json-ld-1.1 (using JsonLd11)
            processing modes as defined in the JSON-LD 1.1 specification.
Defaults to JsonLd11.
See Also