NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputImage.Alt

Gets or sets the alternative text that the browser should display if the 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);

Property Value

The alternative text for the specified image.

See Also

HtmlInputImage Class | HtmlInputImage Members | System.Web.UI.HtmlControls Namespace