Share via


JavaScriptRunScriptAnnotation(String, String[]) Constructor

Definition

Represents the annotation for the script used during run mode in a JavaScript resource.

public JavaScriptRunScriptAnnotation(string scriptName, string[]? args);
new Aspire.Hosting.JavaScript.JavaScriptRunScriptAnnotation : string * string[] -> Aspire.Hosting.JavaScript.JavaScriptRunScriptAnnotation
Public Sub New (scriptName As String, args As String())

Parameters

scriptName
String

The name of the JavaScript package manager's run script.

args
String[]

The command line arguments for the JavaScript package manager's run script.

Applies to