windows-8 - 您可以构建一个启动网站而不是 Metro 应用程序的 Windows 8 Live Tile 吗?

标签 windows-8 microsoft-metro

动态磁贴是 Windows 8 上 Metro 应用的“前门”。您可以启动网站而不是 Metro 应用吗?

最佳答案

您能否编写一个只做一件事的应用程序,即使用指定的 Uri 启动浏览器:

Launcher.LaunchUriAsync(new Uri("http://my.website.com"));

这样做的优点是它表示为传统应用程序而不是固定网站,因此您可以根据需要设置磁贴的样式。

关于windows-8 - 您可以构建一个启动网站而不是 Metro 应用程序的 Windows 8 Live Tile 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10115203/

相关文章:

xaml - Windows Phone 8.1 Silverlight - 如何仅禁用应用程序的黑白主题

Windows 8 环绕面板

c# - 如何在 WinRT 中创建 Word 文档

windows-8 - 适用于 Windows 8 的 SAPI 版本

c# - 底层连接已关闭 : Could not establish trust relationship for the SSL/TLS secure channel

c# - 在 Windows8 中编写 C#/XAML 与 C++/XAML WinRT 应用程序的优缺点是什么?

c++ - 桌面版和 Metro Windows 8 的通用 UI

c# - 开发人员是否可以通过 "force"系统来防止 "Metro"应用程序在后台异步进程运行时被挂起?

.net - 如何使 .NET 应用程序看起来像 Windows 8ish

c# - 是否有可能为 windows 8 开发一个 .Net 应用程序,它也适用于 windows 7 和 Vista