Gets or sets the path to an image to display for the System.Web.UI.WebControls.HyperLink control.
Relative or full path location of the image currently displayed in the System.Web.UI.WebControls.HyperLink.
The System.Web.UI.WebControls.HyperLink control can be displayed as text or an image. Use the HyperLink.ImageUrl property to specify an image to display for the System.Web.UI.WebControls.HyperLink control.
If both the HyperLink.Text and HyperLink.ImageUrl properties are set, the HyperLink.ImageUrl property takes precedence. If the image is unavailable, the text in the HyperLink.Text property is displayed. In browsers that support ToolTip functionality, the HyperLink.Text property also becomes the ToolTip.