
Originally Posted by
Procrastinator
EDIT: This doesn't seem to work for larger pages, such as the Wikipedia page for the list of lost episodes. Is it too much for it?
I just tried the code as following (one of my creations) and the entire page was returned, which is a good size page.
Code:
Dim test = GetHtmlPageSource("http://www.jimjacobe.com/ClassDescriptions.html")
Console.WriteLine("[{0}]", test)