0

My previous question is here "how can i read content generated via ajax using webclient"

I need to only download html text content, i don't need any picture and other streaming data.

How to set up System.Windows.Forms.Webbrowser to text browser?

is it possible?

regard

ebattulga

Community
  • 1
  • 1
ebattulga
  • 10,774
  • 20
  • 78
  • 116

1 Answers1

0

AJAX requires a javascript engine to run it - using a simple WebRequest etc. will ontly return the HTML and the Javascript definition, then functions won't actually run.

cjk
  • 45,739
  • 9
  • 81
  • 112