Download
Downloads a string from the given URL and returns its contents.
Syntax
String.Download
ยท [url]
Parameters
- url
- The URL that points to the string to download.
Return Value
The downloaded string.
Remarks
If the response can be cached, the next time the string is downloaded the cached value will be returned instead. To prevent caching, a dummy URL parameter can be added to the query string.