Share via


JavaScriptInstallerResource(String, String) Constructor

Definition

A resource that represents a package installer for a JavaScript app.

public JavaScriptInstallerResource(string name, string workingDirectory);
new Aspire.Hosting.JavaScript.JavaScriptInstallerResource : string * string -> Aspire.Hosting.JavaScript.JavaScriptInstallerResource
Public Sub New (name As String, workingDirectory As String)

Parameters

name
String

The name of the resource.

workingDirectory
String

The working directory to use for the command.

Applies to