XsltSettings::EnableDocumentFunction Property
.NET Framework (current version)
Gets or sets a value indicating whether to enable support for the XSLT document() function.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::Booleantrue to support the XSLT document() function; otherwise, false. The default is false.
Security Note
|
|---|
If you enable the document() function, you can restrict the resources that can be accessed by passing an XmlSecureResolver object to the Transform method. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
