System.Web.UI.WebControls.HyperLink Members

The members of System.Web.UI.WebControls.HyperLink are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.HyperLink class.

Public Properties

ImageUrlstring.

Gets or sets the path to an image to display for the System.Web.UI.WebControls.HyperLink control.

NavigateUrlstring.

Gets or sets the URL to link to when the System.Web.UI.WebControls.HyperLink control is clicked.

Targetstring.

Gets or sets the target window or frame in which to display the Web page content linked to when the System.Web.UI.WebControls.HyperLink control is clicked.

Textstring.

Gets or sets the text caption for the System.Web.UI.WebControls.HyperLink control.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the attributes of a System.Web.UI.WebControls.HyperLink control to the output stream for rendering.

override
AddParsedSubObject(object)

Notifies the control that an element was parsed, and adds the element to the System.Web.UI.WebControls.HyperLink control.

override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
RenderContents(System.Web.UI.HtmlTextWriter)

Displays the System.Web.UI.WebControls.HyperLink control on a page.