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

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

Parameters

address
Type: SystemString
A System.String containing the URI to download.

Return Value

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