10

How can I go to specific URL programmatically in Silverlight?

Sergey
  • 47,222
  • 25
  • 87
  • 129

1 Answers1

13

Depending on what you mean, most likely like this:

System.Windows.Browser.HtmlPage.Window.Navigate("url");
Ken Smith
  • 20,305
  • 15
  • 100
  • 147