Class wwWebHyperLink
This object is used to create hyperlinks to navigate to other pages. It does not perform a postback.
If you you want to have a link button that posts back to the current page look at wwWebLinkButton.
Class Members
Member | Description | |
---|---|---|
![]() |
ControlSource | The ControlSource binds a value expression to the Text Property by default. This binds the HyperLink's display label. Binding is one way only. Unbind() is not supported. Expressions can be any… |
![]() |
ImageUrl | Optional Image Url that causes an image to be displayed instead of text. Note if you need both text and image data or anything more complex the wwWebImage control offers more control. |
![]() |
NavigateUrl | The Url to Navigate to |
![]() |
Target | Target Frame for the link |
![]() |
Text | The text that is displayed for the hyperlink. Note if you need both text and image data or anything more complex than either text or image you can use the Text property and embed HTML into it. |
![]() |
UrlControlSource | Controlsource that applies a databinding expression against the NavigateUrl. This property is especially useful for binding page level post back events that cause a postback to a page event. The… |
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic