silverlight中页面的跳转有点麻烦,需要修改app.xaml中的方法。 第一步:添加全局变量:Grid rootgrid=new Grid(); this.rootVisual=rootgrid; rootgird.Children.add(new MainPage()); public void RedirectTo(UserControl usercontrol) 第四步:建立两个页面page1.xaml和page2.xaml在page1.xaml上加一个button 双击后写方法: App app = (App)Application.Current; HtmlWindow html = HtmlPage.Window; html.Navigate(new Uri("default.aspx",UriKind.Relative)); |
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。