3 references to NavigationLockInterop
Microsoft.AspNetCore.Components.Web (3)
Routing\NavigationLock.cs (3)
90
await JSRuntime.InvokeVoidAsync(
NavigationLockInterop
.EnableNavigationPrompt, _id);
94
await JSRuntime.InvokeVoidAsync(
NavigationLockInterop
.DisableNavigationPrompt, _id);
112
await JSRuntime.InvokeVoidAsync(
NavigationLockInterop
.DisableNavigationPrompt, _id);