HyperLinkField.FormatDataNavigateUrlValue Method (Object())
.NET Framework (current version)
Formats the navigation URL using the format string specified by the DataNavigateUrlFormatString property.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Function FormatDataNavigateUrlValue ( dataUrlValues As Object() ) As String
Parameters
- dataUrlValues
-
Type:
System.Object()
An array of values to combine with the format string.
The FormatDataNavigateUrlValue method is a helper method used to format the URL of a hyperlink in a HyperLinkField object with the format string specified by the DataNavigateUrlFormatString property.
.NET Framework
Available since 2.0
Available since 2.0
Show: