三.使用 NodeServices NodeServices 的开源地址为:https://github.com/aspnet/JavaScriptServices 在 Nuget 发布的包名为:Microsoft.AspNetCore.NodeServices Using Node Services in ASP.NET Core by dotnetthoughts Executing JavaScript inside of .NET Core using JavaScriptServices
1、我们参照官方文档 https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.NodeServices
因为自己并没有详细了解这块的内容,这里只列出创建的方法,详细的介绍请查看微软的官方文档(Building Single Page Applications on ASP.NET Core with JavaScriptServices
JavaScriptServices – Microsoft ASP.NET核心JavaScript服务。