The properties of System.Web.UI.WebControls.HyperLinkField are listed below. For a list of all members, see the HyperLinkField Members list.
See Also: Inherited members from System.Web.UI.WebControls.DataControlField
DataNavigateUrlFields | string[].
Gets or sets the names of the fields from the data source used to construct the URLs for the hyperlinks in the System.Web.UI.WebControls.HyperLinkField object. | |
DataNavigateUrlFormatString | string.
Gets or sets the string that specifies the format in which the URLs for the hyperlinks in a System.Web.UI.WebControls.HyperLinkField object are rendered. | |
DataTextField | string.
Gets or sets the name of the field from the data source containing the text to display for the hyperlink captions in the System.Web.UI.WebControls.HyperLinkField object. | |
DataTextFormatString | string.
Get or sets the string that specifies the format in which the hyperlink captions in a System.Web.UI.WebControls.HyperLinkField object are displayed. | |
NavigateUrl | string.
Gets or sets the URL to navigate to when a hyperlink in a System.Web.UI.WebControls.HyperLinkField object is clicked. | |
Target | string.
Gets or sets the target window or frame in which to display the Web page linked to when a hyperlink in a System.Web.UI.WebControls.HyperLinkField object is clicked. | |
Text | string.
Gets or sets the text to display for each hyperlink in the System.Web.UI.WebControls.HyperLinkField object. |