Skip to content
Docs Try Aspire

JavaScriptRunScriptAnnotation Properties

Class Properties 2 members
Represents the annotation for the script used during run mode in a JavaScript resource.
Args Section titled Args string[]
Gets the command-line arguments for the script.
public string[] Args { get; }
ScriptName Section titled ScriptName string
Gets the name of the script to run.
public string ScriptName { get; }