我正在制作一个通用应用程序,当我点击某个按钮时,我需要打开带有链接的webbrowser。我将链接作为变量中的字符串,但是Windows 7/8 app方式,例如" Proces"和Webbrowser对象会出错。
答案 0 :(得分:3)
在Windows应用中,您无法简单地打开其他应用/程序。 唯一的可能性是使用启动器:
Windows.System.Launcher.LaunchUriAsync(new Uri("http://www.google.de"));
Launcher查找与uri-scheme相关的默认程序/应用程序(在本例中为webbrowsers的“http://”)并转发此调用
答案 1 :(得分:0)
上面的其他人可以去Package.app清单将起始页面更改为您想要的URL,或者使用Web控件将其他方法设置为您需要的URL。
答案 2 :(得分:0)
使用范围异步,它将打开移动的链接,UWP的PC默认默认浏览器
<div>
<p>So far I have learned the following things:</p>
<ul>
<li>Create a boilerplate in HTML</li>
<li>Heading and title</li>
<li>Create a paragraph</li>
<li>Create Un-oredered and Ordered Lists (UL & OL)</li>
<li>Insert a link to a page (Hyperlink)</li>
<li>Insert Image on your page</li>
<li>Insert ALT description for unpaired people</li>
<li>Link image to a hyperlink</li>
<li>Insert a BREAK onto my page</li>
<li>W3C Style standard</li>
<li>Insert non visible comment</li>
<li>How to set up HTML link to CSS page(style page)</li>
<li>Styling FONTS (font-family, font-style, font size, font weight, serif-sans-serif,)</li>
<li>SPACING Lines, words and letters with PX - eM - </li>
<li>Text TRANSFORM and Text ALIGN</li>
</ul>
</div>
<img class="bowie" src="http://esq.h-cdn.co/assets/16/02/980x490/landscape-1452522826-david-bowie-5.jpg"/>
</body>