Check Item IE in a .NET Webbrowser Control?

Can I use IE Inspect Element functionality in a .NET Webbrowser control? I am using IE 11.

Basically, I want to use the select element in the same way as in IE, and then by clicking I want to return the HTML of this element.

Can this be done using IE Inspect Element or do I need to apply some custom logic?

Thank,

Tony

+3
source share

All Articles