Launching a URL from an OOB Silverlight Application

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 03 May 2010 00:00:00 GMT Indexed on 2010/05/05 0:29 UTC
Read the original article Hit count: 511

Filed under:
So I'm working on this code browser mostly to help me with my fading memory. In the app I want to be able to launch a url. So I do my normal thing and put a line of code that looks like this:System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(ThisURI), "_blank");I was agast when I realized that this didn't work, for that matter it didn't even blow... grr... but with a bit of research I found that the hyper link button worked so a ended up making a little class like this:public class MyHyperLink...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner