Quick question, hopefully simple, I am using an HttpClient to make a request out to a website and parsing the data on the page, but a lot of the content on the page are modules that reach out after going to the page to grab their data, so when I try to parse it the data is not populated yet and/or is blank. Is there a way to completely wait until the page and all of its page contents on the page load fully before proceeding? If so can you place provide an example.
If there is a better way to accomplish this than using the HttpClient I would be willing to change it to accomplish the task, please let me know.
Thank you in advance for your help.
Environment: Visual Studio 2017, C# .Net Core