The members of System.Xml.Xsl.XsltSettings are listed below.
See Also: Inherited members from System.Object
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. |
[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. |