WebClientDownloadStringTaskAsync Method (Uri) |
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public Task<string> DownloadStringTaskAsync(
Uri address
)
Parameters
- address
- Type: SystemUri
A System.Uri containing the URI to download.
Return Value
Type:
TaskStringReturns the resource as
TaskTResult.
See Also