Prop Webcontrol Hyperlink Target
# ASP.NET HyperLink Target Property
* * HyperLink Control](#)
* * *
## Definition and Usage
The Target property is used to set or return the target of the HyperLink control.
## Syntax
_
| Property | Description |
| --- | --- |
| target | Where to open the target URL. * _blank - Opens the target URL in a new window * _self - Opens the target URL in the same frame as it was clicked * _parent - Opens the target URL in the parent frame set * _top - Opens the target URL in the full body of the window |
* * *
## Example
The following example sets the Target property on a HyperLink control:
[Demo Example Β»](#)
* * HyperLink Control](#)
YouTip