Easy Tutorial
❮ Control Adrotator Webpages Global ❯

ASP.NET HyperLink Control



Definition and Usage

The HyperLink control is used to create a hyperlink.


Properties

Property Description .NET
ImageUrl The URL of the image to display for this link 1.0
NavigateUrl The target URL for the link 1.0
runat Specifies that the control is a server control. Must be set to "server". 1.0
Target The target frame for the URL 1.0
Text The text to display for the link 1.0

Web Control Standard Properties

For a full description, visit Web Control Standard Properties.

Control Standard Properties

For a full description, visit Control Standard Properties.


Example

Hyperlink


❮ Control Adrotator Webpages Global ❯