Show / Hide Table of Contents

Class JsonLdLoaderOptions

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

Fields

| Improve this Doc 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
Field Value
Type Description
System.Boolean
| Improve this Doc 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
Field Value
Type Description
System.String
| Improve this Doc 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
Field Value
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • ExtractAllScripts
    • Profile
    • RequestProfile
  • Extension Methods
Back to top Generated by DocFX