Gets or sets the alternative caption that the browser displays if image is either unavailable or has not been downloaded yet.
[Visual Basic] Public Property Alt As String [C#] public string Alt {get; set;} [C++] public: __property String* get_Alt(); public: __property void set_Alt(String*); [JScript] public function get Alt() : String; public function set Alt(String);
The alternative caption for the browser to use.
HtmlImage Class | HtmlImage Members | System.Web.UI.HtmlControls Namespace