Answer the question
In order to leave comments, you need to log in
How to load JS from server in Split template for windows store apps?
How easy is it in the Split template (the default template when creating a new project in VS 2013) for Windows Store Apps to make it load the SampleData.json file from the server?
Those. so that when the application starts, the file is taken from my server, and not from local storage.
Answer the question
In order to leave comments, you need to log in
var client = new HttpClient();
var result = await client.GetStringAsync(/**ваш урл/);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question