Below is the answer / recommendation.
I believe that you should use dataGridView instead of textBox , as when viewing it in the graphical interface it is easier to see the found links (URL).
You can change:
textBox3.Text = Links;
to
dataGridView.DataSource = Links;
Now for the question you did not include:
using System. "'s"
which ones were used, as it would be clear if I can get them, because they cannot understand it.
Connor
source share