Gets or sets the name of and path to the image file to be displayed. This can be an absolute or relative path.
[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 name of and path to the image file.
HtmlImage Class | HtmlImage Members | System.Web.UI.HtmlControls Namespace