Share via


JavaScriptInstallCommandAnnotation(String[]) Constructor

Definition

Represents the annotation for the JavaScript package manager's install command.

public JavaScriptInstallCommandAnnotation(string[] args);
new Aspire.Hosting.JavaScript.JavaScriptInstallCommandAnnotation : string[] -> Aspire.Hosting.JavaScript.JavaScriptInstallCommandAnnotation
Public Sub New (args As String())

Parameters

args
String[]

The command line arguments for the JavaScript package manager's install command. This includes the command itself (i.e. "install").

Applies to