JavaScriptRunScriptAnnotation Class
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 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. |