Hyperlink class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

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:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationHyperlinkClassTopic.html

Examples

<l:Hyperlink 

         HorizontalAlignment="Left" 

         NavigateUri="{Binding Path=[image.data.id], Converter={StaticResource StringFormatValueConverter}, ConverterParameter=~/do.ashx?cmd\=data&amp;dataId\={0}}"

>

 

<l:Hyperlink 

         NavigateUri="{Binding Path=[archiveObject.id], Converter={StaticResource StringFormatValueConverter}, ConverterParameter=javascript:showDialog(\'EditObjectsForm.aspx?editing\=true&amp;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}\');}"

>