SyntaxFix
Write A Post
Hire A Developer
Questions
Use the group collection of the Match object, indexing it with the capturing group name, e.g.
foreach (Match m in mc){ MessageBox.Show(m.Groups["link"].Value); }