4 references to InvokeAsync
Microsoft.AspNetCore.Components.Media (2)
FileDownload.cs (1)
118
var result = await JSRuntime.
InvokeAsync
<bool>(
MediaComponentBase.cs (1)
201
var result = await JSRuntime.
InvokeAsync
<MediaLoadResult>(
Microsoft.AspNetCore.Components.Web (2)
Forms\InputFile\BrowserFileStream.cs (1)
90
_jsStreamReference = await _jsRuntime.
InvokeAsync
<IJSStreamReference>(
Virtualization\VirtualizeJsInterop.cs (1)
67
return _jsRuntime.
InvokeAsync
<ViewportFillDirection?>($"{JsFunctionsPrefix}.alignToItem", cancellationToken, _selfReference, localIndex);