Gets or sets the location of the image file relative to the page on which it is displayed.
[Visual Basic] Public Property Src As String [C#] public string Src {get; set;} [C++] public: __property String* get_Src(); public: __property void set_Src(String*); [JScript] public function get Src() : String; public function set Src(String);
The location of the image file.
HtmlInputImage Class | HtmlInputImage Members | System.Web.UI.HtmlControls Namespace