3 references to InvokeAsync
Microsoft.AspNetCore.Components.Media (2)
FileDownload.cs (1)
118var result = await JSRuntime.InvokeAsync<bool>(
MediaComponentBase.cs (1)
201var result = await JSRuntime.InvokeAsync<MediaLoadResult>(
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\BrowserFileStream.cs (1)
90_jsStreamReference = await _jsRuntime.InvokeAsync<IJSStreamReference>(