Gets or sets the title that the browser should display when identifying linked content.
[Visual Basic] Public Property Title As String [C#] public string Title {get; set;} [C++] public: __property String* get_Title(); public: __property void set_Title(String*); [JScript] public function get Title() : String; public function set Title(String);
The title to be displayed by the browser.
HtmlAnchor Class | HtmlAnchor Members | System.Web.UI.HtmlControls Namespace