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!

HtmlImage.Src

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

Property Value

The name of and path to the image file.

See Also

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