| ServerHyperLink | V1.0 F1.7 |
![]() |
New_ServerHyperLink(name) | This constructor is used to create an instance of the control while at the same time assiging it a name and id. |
![]() |
New ServerHyperLink | This is the default constructor and it will create an instance of the control without a name. Controls instanciated this way must assign the name of the control manually by doing this: <controlVariable>.Control.Name = "<ControlName>" |
![]() |
Control | WebControl | Inherits attributes from the WebControl class. |
![]() |
Text | String | Gets/Sets the text of the hyperlink. |
![]() |
NavigateUrl | String | Gets/Sets the href (url) of the hyperlink. |
![]() |
Target | String | Gets/Sets the target frame of the hyperlink. |
![]() |
ImageURL | String | Gets/Sets the the url (src) of an image to display for the hyperlink. |
![]() |
(default) Render | Renders the control to the page. |
![]() |
-- | -- |
![]() |
-- | -- | -- |
![]() |
WriteProperties(bag) | Invoked by the CLASP Framework to allow the control to restore its state after a postback. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate. |
![]() |
ReadPropertied(bag) | Invoked by the CLASP Framework to allow the control to persist its state before the page is destroyed. Bag is of type PropertyBag and can be used to read (or write) to the control viewstate. |
![]() |
-- | -- |