Command.ImageUrl 属性

定义

设置或返回当 Command 控件呈现为图像按钮时该控件的图像源的 URL。 默认值是 Empty。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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 控件使用图像而不是按钮或链接文本。

适用于

另请参阅