Title.Url 屬性

定義

取得或設定標題之超連結的目標 URL。

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

屬性值

表示標題超連結之目標 URL 的 string 值。 預設值為零長度字串。

實作

Url
屬性

備註

如果您設定此屬性,將會自動建立用戶端影像對應。 地圖區域也會建立,並將其 HREF 屬性設定為指定的錨點或 URL。

如果屬性設定為 false ,則設定 IsMapEnabled 這個屬性不會有任何作用。 預設值是 true

重要

若要以此方式建立影像地圖, RenderType 物件的 屬性 Chart 必須設定為 ImageTag 。 使用二進位串流時,可以建立影像地圖,但必須使用另一種技術。

您可以使用 屬性來指定 MapAreaAttributes 地圖區域 () 的屬性,例如 TARGET=_Blank。

屬性 Url 可讓您設定特殊關鍵字,以顯示不同類型的圖表相關資料。

若要建立具有使用者定義座標的影像對應,請使用 MapAreasChart 物件的 屬性。

適用於