This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gradle.
Summary
Downloads a resource and returns it as a string.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle .Abstractions - Containing Type
- IWebAdapter
Syntax
Task<string> DownloadString(Uri uri)
Parameters
| Name | Type | Description |
|---|---|---|
| uri | Uri | The resource to download. |
Return Value
| Type | Description |
|---|---|
| Task |
Content of the resource. |
