跳转到网页 HtmlPage.PopupWindow

 可跳转到网页

HtmlWindow html = HtmlPage.Window;

//網頁跳轉
            html.Navigate(new Uri("http://www.baidu.com"));
            HtmlPage.PopupWindow(new Uri("http://www.baidu.com"), "new", null);

 

 

 

你可能感兴趣的:(跳转到网页 HtmlPage.PopupWindow)