Gets or sets the URL to navigate to when a hyperlink in a System.Web.UI.WebControls.HyperLinkField object is clicked.
Documentation for this section has not yet been entered.
Use the HyperLinkField.NavigateUrl property to specify the URL to navigate to when a hyperlink in a System.Web.UI.WebControls.HyperLinkField object is clicked. When this property is set, each hyperlink shares the same navigation URL.
Instead of using this property to set the URL for the hyperlinks, you can use the HyperLinkField.DataNavigateUrlFields property to bind the URLs of the hyperlinks to a field in a data source. This allows you to have a different URL for each hyperlink.
If the HyperLinkField.DataNavigateUrlFields and HyperLinkField.NavigateUrl properties are both set, the HyperLinkField.DataNavigateUrlFields property takes precedence.