0
votes
How to retrieve an html redirected webpage programmatically ?
You can't do it a easy way, since the meta tag is read by the client and executed.
In this case, when you're using HttpWebRequest, the request doesn't care about the functions the text may …
