I have designed windows form application, in which i have implemented Webview.
In that i am navigating to different Url using webview.Navigate.
After navigating , i am downloading file from that url.
And file is downloading successfully, but it is downloading in default location i.e. C:\Users\XYZ\Downloads.
I want to change the default download location of webview.
Can we change the default download location of webview.
Or is there any other way to download at different location from webview.
Thanks for the help