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,171
  • 20
  • 78
  • 111

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
  • 44,524
  • 9
  • 79
  • 111