I need to go another page or url. What is the response.redirect in silverlight?
If you want navigate to another page of Silverlight Navigation Application:
NavigationContext.Navigate( new Uri( "/Views/Home.xaml", UriKind.Relative ) );
where NavigationContext - Page property
If you want navigate to another url:
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://stackoverflow.com"), "_blank");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With