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
[read-only] static | Default | XsltSettings.
Gets an System.Xml.Xsl.XsltSettings object with default settings. Support for the XSLT document() function and embedded script blocks is disabled. |
EnableDocumentFunction | bool.
Gets or sets a value indicating whether to enable support for the XSLT document() function. | |
EnableScript | bool.
Gets or sets a value indicating whether to enable support for embedded script blocks. | |
[read-only] static | TrustedXslt | XsltSettings.
Gets an System.Xml.Xsl.XsltSettings object that enables support for the XSLT document() function and embedded script blocks. |