Download an image to local storage in Metro style apps

前端 未结 5 1225
一向
一向 2020-12-16 07:22

In WinRT / C#, How do I download an image to a local folder to support caching of an online catalogue for offline use? is there a way to directly download the images and lin

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 07:45

    If you want to download a file represented by a URL, the easiest way is to use the BackgroundDownloader class. See this page for more information on how to use the background downloader.

提交回复
热议问题