c# - Get the links id for the current cursor position in the webrowser control -


We are using WebBrowser control in C # winforms and need to be able to get information about URLs The cursor on which the cursor is positioned.

Then we have a web page in design mode, which has many URLs, when the cursor is more than one, I would like to call a method that will return the link id.

>

To get the cursor position from there You can use IHTMLCaret by using IMarkupPointer and you can get the element in the current scope.


Comments