C#:
Browser.ExecuteScriptAsync("callback ()");
html端:
function callbackFunction(){ alert("js callback function");}