Hyperlink.TargetName Property
Gets or sets the name of a target window or frame for the Hyperlink.
Namespace: System.Windows.Documents
Assembly: System.Windows (in System.Windows.dll)
<Hyperlink TargetName="string"/>
Property Value
Type: System.StringA string that specifies the name of a target window or frame for the Hyperlink.
Dependency property identifier field: TargetNameProperty
The following table lists some target names and describes the results when they are used for a Hyperlink.TargetName value.
Target | Description |
|---|---|
_blank, _media, or _search | Loads the linked document into a new blank window. |
_parent, _self, _top, or "" | Loads the page into the window in which the link was clicked (the active window). |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.