Gets or sets the URL target of the link specified in the HtmlAnchor server control.
[Visual Basic] Public Property HRef As String [C#] public string HRef {get; set;} [C++] public: __property String* get_HRef(); public: __property void set_HRef(String*); [JScript] public function get HRef() : String; public function set HRef(String);
The URL target of the link.
HtmlAnchor Class | HtmlAnchor Members | System.Web.UI.HtmlControls Namespace