navigateuri Questions
7
Solved
In my C# standalone application, I want to let users click on a link that would launch their favorite browser.
System.Windows.Controls.TextBlock text = new TextBlock();
Run run = new Run("Link Tex...
Flunk asked 5/10, 2012 at 8:48
2
In Windows Phone 8.1 there is any way to navigate from one page to another using an string instead of a Type?
There is no reflection and Frame.Navigate only accepts type.
Thank you.
Prostatitis asked 26/1, 2015 at 19:20
3
Solved
In the context of a navigation-style WPF application (NavigationWindow, not XBAP):
Is it possible for a Hyperlink's NavigateUri to contain extra parameters, like path data or a querystring? E.g., ...
Outpost asked 29/8, 2009 at 14:20
1
© 2022 - 2024 — McMap. All rights reserved.