可跳转到网页
HtmlWindow html = HtmlPage.Window;
//網頁跳轉
html.Navigate(new Uri("http://www.baidu.com"));
HtmlPage.PopupWindow(new Uri("http://www.baidu.com"), "new", null);
可跳转到网页
HtmlWindow html = HtmlPage.Window;
//網頁跳轉
html.Navigate(new Uri("http://www.baidu.com"));
HtmlPage.PopupWindow(new Uri("http://www.baidu.com"), "new", null);