Skip to content
DocsTry Aspire
DocsTry

JavaScriptInstallerResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestringThe name of the resource.
workingDirectorystringThe working directory to use for the command.