About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
Tag Archives: HttpWebResponse
Return HTML Page Source From Web URL in C#
Below is a snippet of code showing how to retrieve the page source of a web page. This code will return the HTML source from the home page on this site. It will then load that HTML into the string … Continue reading
