We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fba30 commit ac25f95Copy full SHA for ac25f95
snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.HtmlWindow/CS/Form1.cs
@@ -48,7 +48,7 @@ private void GetLinksFromFrames()
48
Hashtable docLinksHash = new Hashtable();
49
linksTable.Add(webBrowser1.Document.Url.ToString(), docLinksHash);
50
51
- foreach (HtmlElement hrefElement in webBrowser1.Document.Links)
+ foreach (HtmlElement hrefElement in webBrowser1.Document.Links)
52
{
53
docLinksHash.Add(hrefElement.GetAttribute("HREF"), "Url");
54
}
0 commit comments