JsInteropBase Constructor

Initializes a new instance of the JsInteropBase class with the specified JavaScript runtime and module path.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected JsInteropBase(
	IJSRuntime jsRuntime,
	string modulePath
)

Parameters

jsRuntime  IJSRuntime
The JavaScript runtime.
modulePath  String
The path to the JavaScript module.

See Also