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.Src

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);

Property Value

The location of the image file.

See Also

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