Microsoft.AspNetCore.NodeServices Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
EmbeddedResourceReader |
Contains methods for reading embedded resources. |
NodeServicesFactory |
Supplies INodeServices instances. |
NodeServicesOptions |
Describes options used to configure an INodeServices instance. |
StringAsTempFile |
Makes it easier to pass script files to Node in a way that's sure to clean up after the process exits. |
Interfaces
INodeServices |
Represents the ability to invoke code in a Node.js environment. Although the underlying Node.js instance might change over time (e.g., the process might be restarted), the INodeServices instance will remain constant. |