public string CurrCourse()
{
string res = "";
try
{
res = new System.Net.WebClient().DownloadString("https://blockchain.info/tobtc?currency=USD&value=1");
}
catch
{
Response.Redirect("/");
}
return res;
}
Вот так будет посолидней