Share via


Chart.IsMapAreaAttributesEncoded 屬性

定義

取得或設定旗標,決定對應區域屬性是否經過編碼。 對應區域屬性可以載入來自各種資料來源的資料。 圖表控制項無法防止使用者載入來自各種資料來源的未受信任資料。 因此,建議您驗證資料並自行進行編碼。

public:
 property bool IsMapAreaAttributesEncoded { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsMapAreaAttributesEncoded { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsMapAreaAttributesEncoded : bool with get, set
Public Property IsMapAreaAttributesEncoded As Boolean

屬性值

如果對應區域屬性已經過編碼,為 true,否則為 false

屬性

適用於