JavaScriptInstallCommandAnnotation(String[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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").