Microsoft.AspNetCore.NodeServices Namespace

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.