JavaScriptModuleExport(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.
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.