Saturday, May 31, 2014

How to download pdf file in windows 8.1 store apps using C# and xaml?

Hi Aiman,


You can use Httpclient to download the file and use the storage api to save the file in local application folder;


var httpclient=new Httpclient(url:fileurl);


httpclient.getstreamAsyc();


No comments:

Post a Comment