Freigeben über


JavaScriptModuleExport(String) Konstruktor

Definition

Erstellt eine neue Instanz von JavaScriptModuleExport.

public:
 JavaScriptModuleExport(System::String ^ moduleName);
public JavaScriptModuleExport (string moduleName);
new Microsoft.AspNetCore.SpaServices.Prerendering.JavaScriptModuleExport : string -> Microsoft.AspNetCore.SpaServices.Prerendering.JavaScriptModuleExport
Public Sub New (moduleName As String)

Parameter

moduleName
String

Der Pfad zum JavaScript-Modul, das code prerendering enthält.

Gilt für: