XsltSettings.EnableDocumentFunction 属性

定义

获取或设置一个值,指示是否启用对 XSLT document() 函数的支持。

public:
 property bool EnableDocumentFunction { bool get(); void set(bool value); };
public bool EnableDocumentFunction { get; set; }
member this.EnableDocumentFunction : bool with get, set
Public Property EnableDocumentFunction As Boolean

属性值

Boolean

true 支持 XSLT 文档 () 函数;否则,为 false. 默认值为 false

注解

重要

如果启用函数document(),可以通过将对象Transform传递给XmlSecureResolver方法来限制可访问的资源。

适用于

另请参阅