in case of PHP,

$source = "http://www.aaa.com/index.asp";
$input = fopen($source, "r");

It can get a contents of website as textfile... likely to "View Source"
How can get it in ASP.NET?