XsltSettings::Default Property

 

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

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
property XsltSettings^ Default {
	static XsltSettings^ get();
}

Property Value

Type: System.Xml.Xsl::XsltSettings^

An XsltSettings object with the EnableDocumentFunction and EnableScript properties set to false.

The following example loads a style sheet with default XSLT settings.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: