Table of Contents
WebView.DownloadWithResult Method 

Download a Url and save the result to a temporary file.

Syntax
 public DownloadResult DownloadWithResult(
   string url,
   string filePath = null
);

Parameters

url
The Url to be downloaded.
filePath
The result file. Pass null to this argument to automatically creates a temporary file.

Return Value

A DownloadResult object that contains information about the download.

See Also