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
Public ExtractAllScripts As Boolean
Field Value
Type:
BooleanRemarks 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