I have an embedded edgebrowser in my application. I am using the edgebrowser to navigate to and log into different websites. Oftentimes, the websites will have links to pdf files that I want to download to a specific directory. I am trying to accomplish this by adding code to the EdgeBrowserNewWindowRequested event but I cannot seem to figure out a way to save the contents of the page to a file. What is the best way to download the pdf?