download_uri


Description:

public Download download_uri (string uri)

Requests downloading of the specified URI string.

The download operation will not be associated to any WebView, if you are interested in starting a download from a particular WebView use download_uri instead.

Parameters:

this

a WebContext

uri

the URI to download

Returns:

a new Download representing the download operation.