Download asynchronously a file from a URL
Syntax
object.DownloadFile((ByVal URI As String, ByVal DestFileNameAndPath As String)
The DownloadFile method syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoWebView2 control |
| URL | String. the URL of the file to download |
| DestFileNameAndPath | The path and name of the file to save at the end of the download |