XsltSettings.EnableScript 속성

정의

주의

XSLT Script blocks are not supported.

포함된 스크립트 블록을 지원할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool EnableScript { bool get(); void set(bool value); };
[System.Obsolete("XSLT Script blocks are not supported.", DiagnosticId="SYSLIB0062", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public bool EnableScript { get; set; }
public bool EnableScript { get; set; }
[<System.Obsolete("XSLT Script blocks are not supported.", DiagnosticId="SYSLIB0062", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.EnableScript : bool with get, set
member this.EnableScript : bool with get, set
Public Property EnableScript As Boolean

속성 값

trueXSLT 스타일시트에서 스크립트 블록을 지원하려면 그렇지 않으면 . false 기본값은 false입니다.

특성

설명

Important

XSLT 스크립팅은 스크립트 지원이 필요하고 완전히 신뢰할 수 있는 환경에서 작업하는 경우에만 사용하도록 설정해야 합니다.

적용 대상

추가 정보