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

属性值

如果支持 XSLT 函数,则为 ;否则为 >。 默认值为 false

注解

Important

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

适用于

另请参阅