共用方式為


XsltSettings.EnableScript 屬性

定義

取得或設定值,指出是否啟用內嵌指令碼區塊支援。

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

屬性值

Boolean

true 表示支援 XSLT 樣式表的指令碼區塊,否則為 false。 預設為 false

備註

重要

僅當需要指令碼支援且在完全受信任的環境中運作時,才應啟用 XSLT 指令碼。

適用於

另請參閱