Mono Class Library: Overview

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

Creates a HyperLink object.

Public Properties

ImageUrlstring. Gets or sets the url of the image.
NavigateUrlstring. Get/set the location of the link.
Targetstring. Get/set the frame's name that should be used for displaying the page set by the HyperLink.NavigateUrl property.
Textstring. Text sent to the browser as the explaining label of the System.Web.UI.WebControls.HyperLink (the text we all see in the hyperlinks).

Protected Methods

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