6 references to InvokeAsync
Microsoft.AspNetCore.Components.Web (3)
Forms\InputFile\BrowserFileStream.cs (1)
90
_jsStreamReference = await _jsRuntime.
InvokeAsync
<IJSStreamReference>(
Media\FileDownload.cs (1)
118
var result = await JSRuntime.
InvokeAsync
<bool>(
Media\MediaComponentBase.cs (1)
201
var result = await JSRuntime.
InvokeAsync
<MediaLoadResult>(
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (2)
327
var task = jsRuntime.
InvokeAsync
<TestDTO>("unimportant", cts.Token);
390
var task = jsRuntime.
InvokeAsync
<TestDTO>("unimportant", cts.Token);
JSRuntimeExtensionsTest.cs (1)
51
var result = await jsRuntime.Object.
InvokeAsync
<string>(method, cancellationToken, "a", "b");