Getting the content of a URL

  • Thread starter Thread starter Nerd
  • Start date Start date
N

Nerd

I need to get the content of a page in my C# code.
Can anyone suggest the best way to get it?
Thanks in Advance
 
Hello, Nerd!

N> I need to get the content of a page in my C# code.
N> Can anyone suggest the best way to get it?

If that is a web page then you can use HttpWebRequest/HttpWebResponse classes.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Yes it is a webpage. I will check out the usage of it.
By the way If I am not asking for too much ... Do u have a sample of
this?
I will check it myself also
Thanks much
 
Back
Top