WebClientDownloadStringTaskAsync Method (String) |
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(
string address
)
Parameters
- address
- Type: SystemString
A System.Uri containing the URI to download.
Return Value
Type:
TaskStringReturns the resource as
TaskTResult.
See Also