Hi,
I want to be able to call a JavaScript file from a C# Windows application. This is just a stand alone C# application.
What I want to be able to do is to execute this JavaScript file, think of it as a function, and be able to pass parameters into it and to receive a return result from it.
Any help is appreciate, thanks!
I want to be able to call a JavaScript file from a C# Windows application. This is just a stand alone C# application.
What I want to be able to do is to execute this JavaScript file, think of it as a function, and be able to pass parameters into it and to receive a return result from it.
Any help is appreciate, thanks!