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!

HtmlAnchor.HRef

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

Property Value

The URL target of the link.

See Also

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