WebClient.DownloadString Method
.NET Framework 3.0
Downloads the requested resource as a String. The resource to download may be specified as either String containing the URI or a Uri.
| Name | Description |
|---|---|
| WebClient.DownloadString (String) | Downloads the requested resource as a String. The resource to download is specified as a String containing the URI. |
| WebClient.DownloadString (Uri) | Downloads the requested resource as a String. The resource to download is specified as a Uri. |