JavaScriptRunScriptAnnotation(String, 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 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.