System.Xml.Xsl.XsltSettings: Property Members

The properties of System.Xml.Xsl.XsltSettings are listed below. For a list of all members, see the XsltSettings Members list.

See Also: Inherited members from System.Object

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.