Is it possible to load html of complete page, which content generates by JS-code? For example load page content with any JS-frameworks like React or Angular into C# backend variable? Previously I used HttpClient, but it loads initial page content, withot JS changes. How to get complete content of page in backend code?