2 references to JsFunctionsPrefix
Microsoft.AspNetCore.Components.Web (2)
Virtualization\VirtualizeJsInterop.cs (2)
30
await _jsRuntime.InvokeVoidAsync($"{
JsFunctionsPrefix
}.init", _selfReference, spacerBefore, spacerAfter);
51
await _jsRuntime.InvokeVoidAsync($"{
JsFunctionsPrefix
}.dispose", _selfReference);