Showing posts with label codedom. Show all posts
Showing posts with label codedom. Show all posts

Wednesday, May 2, 2012

Execute JavaScript from within a C# assembly


I'd like to execute JavaScript code from within a C# assembly and have the results of the JavaScript code returned to the calling C# code.