Download an image to local storage in Metro style apps

前端 未结 5 1224
一向
一向 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:42

    By default Bitmap Images are cached by WinRT with no intervention required by the developer.

提交回复
热议问题