Click or drag to resize

JsonLdProcessorOptionsExtractAllScripts Field

Specifies whether HTML document processing should target all of the JSON-LD script elements in the document or not.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ExtractAllScripts

Field Value

Type: Boolean
Remarks
If set to true, when extracting JSON-LD script elements from HTML, unless a specific fragment identifier is targeted, extracts all encountered JSON-LD script elements using an array form, if necessary. Defaults to false.
See Also