get_Default()

XsltSettings::get_Default() method

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

static SharedPtr<XsltSettings> System::Xml::Xsl::XsltSettings::get_Default()

Return Value

An XsltSettings object with the XsltSettings::set_EnableDocumentFunction and XsltSettings::set_EnableScript options set to false.

See Also