Show / Hide Table of Contents

Class JsonLdLoaderOptions

Options to apply when attempting to load a JSON-LD document.

Inheritance
object
JsonLdLoaderOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdLoaderOptions

Properties

| Edit this page View Source

ExtractAllScripts

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.

Declaration
public bool ExtractAllScripts { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Profile

When the resulting contentType is text/html or application/xhtml+xml, this option determines the profile to use for selecting JSON-LD script elements.

Declaration
public string Profile { get; set; }
Property Value
Type Description
string
| Edit this page View Source

RequestProfile

One or more IRIs to use in the request as a profile parameter. (See IANA Considerations in [JSON-LD11]).

Declaration
public string RequestProfile { get; set; }
Property Value
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • ExtractAllScripts
    • Profile
    • RequestProfile
  • Extension Methods
Back to top Generated by DocFX