The members of System.Web.UI.WebControls.HyperLinkField are listed below.
See Also: Inherited members from System.Web.UI.WebControls.DataControlField
Initializes a new instance of the System.Web.UI.WebControls.HyperLinkField class. |
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. |
override | Initialize(bool, System.Web.UI.Control)
| |
override | InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)
| |
override | ValidateSupportsCallback()
|
override | CopyProperties(DataControlField)
| |
override | CreateField()
| |
FormatDataNavigateUrlValue(object[])
| ||
FormatDataTextValue(object)
|