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.

属性

适用于