System.Web.UI.WebControls.HyperLinkField.FormatDataNavigateUrlValue Method

Formats the navigation URL using the format string specified by the HyperLinkField.DataNavigateUrlFormatString property.

Syntax

protected virtual string FormatDataNavigateUrlValue (object[] dataUrlValues)

Parameters

dataUrlValues
An array of values to combine with the format string.

Returns

The formatted URL value.

Remarks

The HyperLinkField.FormatDataNavigateUrlValue(Object[]) method is a helper method used to format the URL of a hyperlink in a System.Web.UI.WebControls.HyperLinkField object with the format string specified by the HyperLinkField.DataNavigateUrlFormatString property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0