Share via


JavaScriptRunScriptAnnotation Class

Definition

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

public sealed class JavaScriptRunScriptAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type JavaScriptRunScriptAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class JavaScriptRunScriptAnnotation
Implements IResourceAnnotation
Inheritance
JavaScriptRunScriptAnnotation
Implements

Constructors

JavaScriptRunScriptAnnotation(String, String[])

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

Properties

Args

Gets the command-line arguments for the script.

ScriptName

Gets the name of the script to run.

Applies to