Execute JavaScript from within a C# assembly

后端 未结 6 2133
既然无缘
既然无缘 2021-02-05 07:08

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.

It\'s easier to define things

6条回答
  •  逝去的感伤
    2021-02-05 07:38

    You can use the Microsoft Javascript engine for evaluating JavaScript code from C#

    Update: This is obsolete as of VS 2008

提交回复
热议问题