|
If you need to pass a JavaScript callback to the CLR, then it will be converted to a `Delegate`. You can also use it as a parameter of a CLR method from JavaScript.
|
|
If you need to pass a JavaScript callback to the CLR, then it will be converted to a `Delegate`. You can also use it as a parameter of a CLR method from JavaScript.
|
|
.Execute("function add(a, b) { return this + a + b; }");
|
|
.Execute("function add(a, b) { return this + a + b; }");
|