Mono Class Library: System.Web.UI.WebControls.HyperLink Overview | Members

System.Web.UI.WebControls.HyperLink.NavigateUrl Property

Get/set the location of the link.

[System.Web.UI.UrlProperty]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Bindable(true)]
public string NavigateUrl { set; get; }

Value

Location of the link.

Remarks

If the System.Web.UI.WebControls.HyperLink is written down in a control page (ascx file), the link will be relative to the location of it, not to the calling page.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0