net9.0
namespace Microsoft.AspNetCore.NodeServices
{
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public interface INodeServices : IDisposable
{
Task<T> InvokeExportAsync<T>(string moduleName, string exportedFunctionName, params object[] args);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.NodeServices , Version=3.1.32.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.NodeServices netcoreapp3.1 |
Platform Restrictions | This API is supported on all platforms. |