Prop Webcontrol Hyperlink Navigateurl
# ASP.NET HyperLink NavigateUrl Property
* * HyperLink Control](#)
* * *
## Definition and Usage
The NavigateUrl property is used to set or return the URL for a HyperLink control.
## Syntax
_
| Property | Description |
| --- | --- |
| URL | A string that specifies the URL for the HyperLink control. |
* * *
## Example
The following example sets the URL for a HyperLink control:
[Try it Yourself Β»](#)
* * HyperLink Control](#)
YouTip