共用方式為


Command.ImageUrl 屬性

定義

設定或傳回當 Command 控制項呈現為影像按鈕時,控制項的影像來源 URL。 預設值是 Empty。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

Command 呈現為影像按鈕時,該控制項的影像來源 URL。

屬性

備註

如果此屬性不是 Empty 而且裝置可以處理影像按鈕,控件 Command 會使用影像,而不是按鈕或連結文字。

適用於

另請參閱