C# WebClient - View source question

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2009-09-24T11:21:00Z Indexed on 2013/07/01 10:21 UTC
Read the original article Hit count: 234

I'm using a C# WebClient to post login details to a page and read the all the results.

The page I am trying to load includes flash (which, in the browser, translates into HTML). I'm guessing it's flash to avoid being picked up by search engines???

The flash I am interested in is just text (not an image/video) etc and when I "View Selection Source" in firefox I do actually see the text, within HTML, that I want to see.

(Interestingly when I view the source for the whole page I do not see the text, within HTML, that I want to see. Could this be related?)

Currently after I have posted my login details, and loaded the HTML back, I see the page which does NOT show the flash HTML (as if I had viewed source for the whole page).

Thanks in advance,

Jim

PS: I should point out that the POST is actually working, my log in is successful.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms