Via
Bim Jeam, and now in colour.
First time it took several days. Second time it took 3 hours. Hope next time it will be easier to google.
//In Html file’s Javascript
window.external.ArrayReceivingFunction(["Arg1", "Arg2", "Arg3", etc.]);
//C# "window.external" class
public class WindowExternal
{
public void ArrayReceivingFunction(object
(
Read more... )