Description
The HyperLink element is rendered as a HyperLink web control. The link applies to the content of that Hyperlink element.
Note that HyperLink is a Tera specific Xaml element and that it does NOT emulates the System.Windows.Documents.Hyperlink standard Xaml element.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
Examples
<l:Hyperlink
HorizontalAlignment="Left"
NavigateUri="{Binding Path=[image.data.id], Converter={StaticResource StringFormatValueConverter}, ConverterParameter=~/do.ashx?cmd\=data&dataId\={0}}"
>
<l:Hyperlink
NavigateUri="{Binding Path=[archiveObject.id], Converter={StaticResource StringFormatValueConverter}, ConverterParameter=javascript:showDialog(\'EditObjectsForm.aspx?editing\=true&ids\={0}\'\,null\,840\,740);}"
>
<l:Hyperlink
Visibility="{Binding Path=[folderObject:CheckOutInfo], Converter={StaticResource NullValueConverter}, ConverterParameter=Collapsed:Visible}"
NavigateUri="{Binding Path=[folderObject.id], Converter={StaticResource StringFormatValueConverter}, ConverterParameter=javascript:showDialog(\'UnlockForm.aspx?ids\={0}\');}"
>