JavaScriptAppResource(String, String, String) Constructor

Definition

A resource that represents a JavaScript application.

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

Parameters

name
String

The name of the resource.

command
String

The command to execute.

workingDirectory
String

The working directory to use for the command.

Applies to