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.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public string DownloadString(
string address
)
Parameters
- address
- Type: SystemString
A System.String containing the URI to download.
Return Value
Type:
StringA System.String containing the requested resource.
See Also