How to get HTML version of webpage in awesomium with c ++?
I was looking and apparently you can only do this with webcontrol in C # or Java. Using the hi pattern, I tried to do:
JSValue theVal( view->ExecuteJavascriptWithResult(WSLit("document.getElementsByTagName('html')[0].innerHTML"),WSLit("")));
but that will not work. any ideas? and please in C ++ as I know you can do this in C # and Java.
source share