System.Xml.Xsl.XsltSettings Members

The members of System.Xml.Xsl.XsltSettings are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Xsl.XsltSettings class with default settings.

Initializes a new instance of the System.Xml.Xsl.XsltSettings class with the specified settings.

Public Properties

[read-only]
static
DefaultXsltSettings.

Gets an System.Xml.Xsl.XsltSettings object with default settings. Support for the XSLT document() function and embedded script blocks is disabled.

EnableDocumentFunctionbool.

Gets or sets a value indicating whether to enable support for the XSLT document() function.

EnableScriptbool.

Gets or sets a value indicating whether to enable support for embedded script blocks.

[read-only]
static
TrustedXsltXsltSettings.

Gets an System.Xml.Xsl.XsltSettings object that enables support for the XSLT document() function and embedded script blocks.