Command.ImageUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或返回当 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 控件使用图像而不是按钮或链接文本。