this is an unusual request as probably would be better to get the information from the ajax call its self rather than request the page which then calls the ajax request and renders the page using that data from the ajax call. Than after that try and pull the data from the page.
Recommend calling the api yourself or if you really have to you'll have to use a System.Windows.Forms.WebBrowser in asp.net code (not recommended) to load and run the javascript on the page then after x amount of time get the html from the control and use htmlagailitypack to look through the html
Hope this helps..
Lee
Recommend calling the api yourself or if you really have to you'll have to use a System.Windows.Forms.WebBrowser in asp.net code (not recommended) to load and run the javascript on the page then after x amount of time get the html from the control and use htmlagailitypack to look through the html
Hope this helps..
Lee