I loaded a html in WebView, now the html has to call some C# codes. Previously, I use ScriptNotify to solve this problem and it works fine. But the problem is I want the html to call the C# function which has a value to return. What should I do
in this situation? Please give me some help,thanks!