WebElementReferenceContext(IJSRuntime) 构造函数

定义

初始化 的新实例 WebElementReferenceContext

public:
 WebElementReferenceContext(Microsoft::JSInterop::IJSRuntime ^ jsRuntime);
public WebElementReferenceContext (Microsoft.JSInterop.IJSRuntime jsRuntime);
new Microsoft.AspNetCore.Components.WebElementReferenceContext : Microsoft.JSInterop.IJSRuntime -> Microsoft.AspNetCore.Components.WebElementReferenceContext
Public Sub New (jsRuntime As IJSRuntime)

参数

jsRuntime
IJSRuntime

IJSRuntime

适用于