iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
using say a UXNavigationButton how do I navigate away to an external page e.g. www.google.com
NavigateUri="http://www.google.com" looks for /Views/www.google.com
Thanks
Hello Richard,
Please try the below xaml code.
<Intersoft:UXNavigationButton x:Name="Google" Content="Google" NavigateUri="http://www.google.com" TargetName="_blank" Style="{StaticResource NavigationButtonStyle}"/>
Hope this helps.
Regards,Handy
Please try the following code.
uXNavigationButton1.TargetName = "_blank"; uXNavigationButton1.NavigateUri = new Uri("http://www.google.com/", UriKind.Absolute);
Have a nice day.
Best regards,
Niven Prasetya
Hi Niven
thanks for that, but I was looking for xaml code (in this instance)
<Intersoft:UXNavigationButton x:Name="Google" Content="Google" NavigateUri="www.google.com" Style="{StaticResource NavigationButtonStyle}"/>
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname