Command.ImageUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定或傳回當 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 會使用影像,而不是按鈕或連結文字。