JavaScriptInstallerResource(String, String) Constructor
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.
A resource that represents a package installer for a JavaScript app.
public JavaScriptInstallerResource(string name, string workingDirectory);
new Aspire.Hosting.JavaScript.JavaScriptInstallerResource : string * string -> Aspire.Hosting.JavaScript.JavaScriptInstallerResource
Public Sub New (name As String, workingDirectory As String)
Parameters
- name
- String
The name of the resource.
- workingDirectory
- String
The working directory to use for the command.