WebClientDownloadStringAsync Method |
Downloads the resource specified as a System.Uri. This method does not block
the calling thread.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public void DownloadStringAsync(
Uri address
)
Parameters
- address
- Type: SystemUri
A System.Uri containing the URI to download.
See Also