Click or drag to resize

JsonLdLoaderOptions Class

[Missing <summary> documentation for "T:VDS.RDF.JsonLd.JsonLdLoaderOptions"]

Inheritance Hierarchy
SystemObject
  VDS.RDF.JsonLdJsonLdLoaderOptions

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class JsonLdLoaderOptions

The JsonLdLoaderOptions type exposes the following members.

Constructors
  NameDescription
Public methodJsonLdLoaderOptions
Initializes a new instance of the JsonLdLoaderOptions class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldExtractAllScripts
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.
Public fieldProfile
When the resulting contentType is text/html or application/xhtml+xml, this option determines the profile to use for selecting JSON-LD script elements.
Public fieldRequestProfile
One or more IRIs to use in the request as a profile parameter. (See IANA Considerations in [JSON-LD11]).
Top
See Also