I have the following problem, I want to download a .xlsx file from a certain link using C#.
The link that I'm working with looks somewhat like this: "https://xxxxx/run?app=prc/prcStart.jsp&cmd=show&project_id=PRCPROJECT102151491224824986". and when I enter this link in my browser it automatically downloads a .xlsx file to my downloads folder.
What do I need to do to write a C# program that downloads this file from a link that automatically starts a download once entered? I don't really know where to start from here.