is there a way to fetch a webpage with HTTPWebRequest and then execute all the javascriptcode that was on the page along with ajax calls and save the result to a string?
I want to parse a website where some images are generated via js code and the images aren't on the webpage before the js script has run.
Now I searched the web for a solution to this but all I found were answers like this isn't possible, use the webbrowser instead which is not an option for me.
Greetings
WebBrowserobject if you can't use a web browser.