I have a uwp and i need to get text from a txt file saved on the internet to string I have a problem with download the file and get the text to string
Here\'s my co
var url = "http://example.com/abc.txt"; var textFromFile = (new WebClient()).DownloadString(url);