Aracılığıyla paylaş


JavaScriptModuleExport(String) Oluşturucu

Tanım

JavaScriptModuleExport öğesinin yeni bir örneğini oluşturur.

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)

Parametreler

moduleName
String

Ön kayıt kodu içeren JavaScript modülünün yolu.

Şunlara uygulanır