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!

HyperLink.Text

Text property. The text displayed for the HyperLink if an ImageUrl is not defined. If an ImageUrl is defined, this property will be used as the AlternateText for the image.

[Visual Basic]
Overridable Public Property Text As String
[C#]
public string Text {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Text();
public: __property virtual void set_Text(String*);
[JScript]
public function get Text() : String;
public function set Text(String);

See Also

HyperLink Class | HyperLink Members | System.Web.UI.WebControls Namespace