Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Xml.​Xsl.​XsltSettings

Assembly: System.Xml.ReaderWriter

Inheritance: object → XsltSettings

Specifies the XSLT features to support during execution of the XSLT style sheet.

Properties

public static XsltSettings
Default
Gets an <see cref="T:System.Xml.Xsl.XsltSettings" /> object with default settings. Support for the XSLT <c>document()</c> function and embedded script blocks is disabled.
public bool
EnableDocumentFunction
Gets or sets a value indicating whether to enable support for the XSLT <c>document()</c> function.
public bool
EnableScript
Gets or sets a value indicating whether to enable support for embedded script blocks.
public static XsltSettings
TrustedXslt
Gets an <see cref="T:System.Xml.Xsl.XsltSettings" /> object that enables support for the XSLT <c>document()</c> function and embedded script blocks.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object