다음을 통해 공유


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

trueXSLT 문서() 함수를 지원하려면 그렇지 않으면 . false 기본값은 false입니다.

설명

중요

함수를 document() 사용하도록 설정하면 개체를 메서드에 전달하여 액세스할 수 있는 리소스를 XmlSecureResolver Transform 제한할 수 있습니다.

적용 대상

추가 정보