Wednesday, 15 June 2011

c# - Awesomium: Return HTML Source Without Javascript -



c# - Awesomium: Return HTML Source Without Javascript -

i grab html source in string without using javascript. know of way accomplish this?

my problem spurs motivation grab html source before javascript gets chance modify document's contents. have turned javascript off in websession instance in order accomplish this. however, doing eliminates known ability fetch html source!

simply delaying js running in time capture source code work. doable?

thanks.

what's point of using awesomium this? create request using webclient or httpwebrequest.

there html property since 1.7.4, can seek it.

string html = webcontrol.html;

however when tested few months ago worked not in cases. http://answers.awesomium.com/questions/4550/html-property-in-174-only-contains-head-element.html

javascript c# awesomium

No comments:

Post a Comment