1 implementation of IJSInProcessRuntime
Microsoft.JSInterop (1)
JSInProcessRuntime.cs (1)
14
public abstract class JSInProcessRuntime : JSRuntime,
IJSInProcessRuntime
3 references to IJSInProcessRuntime
Microsoft.JSInterop (3)
JSInProcessRuntimeExtensions.cs (3)
10
/// Extensions for <see cref="
IJSInProcessRuntime
"/>.
17
/// <param name="jsRuntime">The <see cref="
IJSInProcessRuntime
"/>.</param>
21
public static void InvokeVoid(this
IJSInProcessRuntime
jsRuntime, string identifier, params object?[]? args)