WebClientDownloadString Method (Uri) |
Downloads the requested resource as a System.String. The resource to download
is specified as a System.Uri.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public string DownloadString(
Uri address
)
Parameters
- address
- Type: SystemUri
A System.Uri object containing the URI to download.
Return Value
Type:
StringA System.String containing the requested resource.
See Also