ElementFactory Constructor

Creates a new instance of the ElementFactory class.

Definition

Namespace: Gemstone.Web.Razor.Elements
Assembly: Gemstone.Web.Razor (in Gemstone.Web.Razor.dll) Version: 1.0.175 -- Release Build+281322aaa7715d4f70d4809d501000e93a26157e
public ElementFactory(
	IJSRuntime jsRuntime
)

Parameters

jsRuntime  IJSRuntime
The JavaScript runtime.

See Also