Forum: ASP.NET May 28th, 2009 |
| Replies: 2 Views: 948 Dang. Is there anyway to use the source code feature in internet explorer and copy/paste that into a file in my program, then read it that way? The source code it gives me in IE has all the links in... |
Forum: ASP.NET May 28th, 2009 |
| Replies: 2 Views: 948 I am having problem getting all the links from a webpage. I have successfully created this using just C#. I used
foreach (HtmlElement link in webBrowser1.Document.Links)
{
... |