csharp download to string

Code Example - csharp download to string

                
                        var r= string.Empty;
using (var web = new System.Net.WebClient())
       r= web.DownloadString("http://TEST.COM");