Mono Class Library: System.Web.UI.WebControls.HyperLink Overview | Members

System.Web.UI.WebControls.HyperLink.ImageUrl Property

Gets or sets the url of the image.

[System.Web.UI.UrlProperty]
[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Bindable(true)]
public virtual string ImageUrl { set; get; }

Value

Relative or full path location of the image currently displayed in the System.Web.UI.WebControls.HyperLink.

Remarks

The location of the image is relative to the running script. For an included web control (ascx file), the location is relative to the ascx file, not the calling page.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0