Show / Hide Table of Contents

Enum JsonLdProcessingMode

Enumeration of the processing modes supported by the JsonLdProcessor.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdProcessingMode

Fields

Name Description
JsonLd10 Process only JSON-LD 1.0 features
JsonLd11 Process JSON-LD 1.1 features with frame expansion features disabled.
JsonLd11FrameExpansion Process JSON-LD 1.1 features with frame expansion features enabled.

Extension Methods

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