Skip to content
Docs Try Aspire

JavaScriptInstallerResource Constructors

Class Constructors 1 member
A resource that represents a package installer for a JavaScript app.
A resource that represents a package installer for a JavaScript app.
public class JavaScriptInstallerResource
{
public JavaScriptInstallerResource(
string name,
string workingDirectory)
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory to use for the command.