Skip to content
DocsTry Aspire
DocsTry

JavaScriptRunScriptAnnotation Properties

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