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);
HyperLink Class | HyperLink Members | System.Web.UI.WebControls Namespace