Execute JavaScript from within a C# assembly

后端 未结 6 2225
既然无缘
既然无缘 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:54

    If you're not executing the code in the context of a browser, why do the tests need to be written in Javascript? It's hard to understand the bigger picture of what you're trying to accomplish here.

提交回复
热议问题