I'm using a Tab control in WPF and the Tab control contains a WebBrowser control in first tab. I have some scripts and HTML content for the Webbrowser control and this works fine. Also I'm able to invoke the script method written inside the HTML content, but I need the vice versa as need to invoke a C# method from Javascript method.
Is it possible?