Click or drag to resize
WebClientDownloadString Method (Uri)
Downloads the requested resource as a System.String. The resource to download is specified as a System.Uri.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public string DownloadString(
	Uri address
)

Parameters

address
Type: SystemUri
A System.Uri object containing the URI to download.

Return Value

Type: String
A System.String containing the requested resource.
See Also