JavaScriptModuleExport(String) Constructor

Definition

Creates a new instance of 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)

Parameters

moduleName
String

The path to the JavaScript module containing prerendering code.

Applies to