Click or drag to resize

JsonLdProcessorOptionsProcessingMode Field

Get or set the processing model that the processor will use.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Nullable<JsonLdProcessingMode> ProcessingMode

Field Value

Type: NullableJsonLdProcessingMode
Remarks

This 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