Skip to main content

Hyperlink

The ASPxHyperLink editor displays its content as a hyperlink.

ASPxHyperLink_concepts

You can display an editor’s hyperlink content as either caption text or an image. Use the ASPxHyperLink.Text property to specify the editor’s caption text. To define an image, use the ASPxHyperLink.ImageUrl property, which if set, has priority over the caption text.

The ASPxHyperLink.Target property specifies the window or frame where the hyperlinked document will be displayed.

See Also