ImageUrl property. The Url reference to the image to display for the HyperLink. If this property is not set, the HyperLink will display as Text.
[Visual Basic] Overridable Public Property ImageUrl As String [C#] public string ImageUrl {virtual get; virtual set;} [C++] public: __property virtual String* get_ImageUrl(); public: __property virtual void set_ImageUrl(String*); [JScript] public function get ImageUrl() : String; public function set ImageUrl(String);
HyperLink Class | HyperLink Members | System.Web.UI.WebControls Namespace