可跳转到网页
HtmlWindow html = HtmlPage.Window;
//網頁跳轉
html.Navigate(new Uri("http://www.baidu.com"));
HtmlPage.PopupWindow(new Uri("http://www.baidu.com"), "new", null);
本文介绍如何使用HTML和JavaScript实现网页跳转,并通过示例代码演示了使用`HtmlWindow`类进行导航和弹窗操作的方法。
可跳转到网页
HtmlWindow html = HtmlPage.Window;
//網頁跳轉
html.Navigate(new Uri("http://www.baidu.com"));
HtmlPage.PopupWindow(new Uri("http://www.baidu.com"), "new", null);

被折叠的 条评论
为什么被折叠?