Hello everyone, please tell me how can I list the links on the web page in the listBox? I use the webBrowser1 element. I tried this:
list.Items.Add(web.Document.Links);
However, only a (Collection) was added to the listBox and that’s it, but the links themselves were not.