Is it possible to download a file using the download link URL using C# WPF Application without opening the browser? For example: The link - http://example.url.com when typed into the address bar of the browser automatically downloads a file. How can i download this file upon a button click in WPF application (C#) without opening the browser?
TIA.