Click or drag to resize

JsonLdProcessorOptionsRemoteContextLimit Field

The maximum number of remote context references to load during processing.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int RemoteContextLimit

Field Value

Type: Int32
Remarks

If set to a value less than 0, there is no limit on the number of remote contexts that can be processed. Defaults to -1 (no limit).

This property is no longer part of the JSON-LD specification but is provided as as convenience for developers to ensure that there is a limit to remote context processing (or that remote context processing is completely disabled by setting this property to 0).

See Also