I`m trying to download string from address "http://www.last.fm/music/Boney%20M./+images",but return null,
WebClient webClient = new WebClient();
string html = webClient.DownloadString(new Uri("http://www.last.fm/music/Boney%20M./+images"));
I`m trying to download string from address "http://www.last.fm/music/Boney%20M./+images",but return null,
WebClient webClient = new WebClient();
string html = webClient.DownloadString(new Uri("http://www.last.fm/music/Boney%20M./+images"));
Just tried it on a test application under VS2012 Express, and it's working as intended.
Some thoughts: