JavaScriptInstallCommandAnnotation Class

Definition

Represents the annotation for the JavaScript package manager's install command.

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

Constructors

JavaScriptInstallCommandAnnotation(String[])

Represents the annotation for the JavaScript package manager's install command.

Properties

Args

Gets the command-line arguments supplied to the JavaScript package manager.

Applies to