Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 8 应用程序中,我已经知道如何使用浏览器下载文件。我用过Windows.System.Launcher.LaunchUriAsync(uri)。浏览器打开并要求用户保存或打开文件。
Windows.System.Launcher.LaunchUriAsync(uri)
但我想将文件下载到 Windows 8 应用程序中的磁盘/存储。我怎样才能做到这一点?
如果要在后台下载文件。请看这个样本。