3 references to Default
Microsoft.JSInterop (3)
JSInProcessRuntime.cs (1)
81
=> InvokeJS(identifier, argsJson, JSCallResultType.
Default
, WindowObjectId);
JSRuntime.cs (1)
192
=> BeginInvokeJS(taskId, identifier, argsJson, JSCallResultType.
Default
, WindowObjectId);
src\aspnetcore\src\Shared\JSInterop\JSCallResultTypeHelper.cs (1)
33
return JSCallResultType.
Default
;