accessing Frames rendered in webbrowser control in

2019-03-01 01:38发布

i need to get the links in a page rendered in webbrowser control in C#.net. Problem is that i think the page uses Frames that's why i cant get any links from webbrowser. how can i access or see those frames in the webbrowser control?

1条回答
唯我独甜
2楼-- · 2019-03-01 02:13

You could use the Frames property: webBrowser1.Document.Window.Frames

查看更多
登录 后发表回答