System.Web.UI.WebControls.HyperLinkColumn.NavigateUrl Property

Gets or sets the URL to link to when a hyperlink in the column is clicked.

Syntax

[System.ComponentModel.DefaultValue("")]
public virtual string NavigateUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HyperLinkColumn.NavigateUrl property to specify the URL to link to when a hyperlink in the column is clicked.

Note:

When this property is set, all hyperlinks in the column share the same URL link.

To provide a separate URL for each hyperlink in the column, use the HyperLinkColumn.DataNavigateUrlField property.

Note:

The HyperLinkColumn.DataNavigateUrlField and HyperLinkColumn.NavigateUrl properties cannot both be set at the same time. If both properties are set, the HyperLinkColumn.DataNavigateUrlField property takes precedence.

Requirements

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