1 write to OnBeforeInternalNavigation
Microsoft.AspNetCore.Components.Web (1)
Routing\NavigationLock.cs (1)
53
OnBeforeInternalNavigation
= (EventCallback<LocationChangingContext>)parameter.Value;
3 references to OnBeforeInternalNavigation
Microsoft.AspNetCore.Components.Web (3)
Routing\NavigationLock.cs (3)
21
private bool HasLocationChangingHandler =>
OnBeforeInternalNavigation
.HasDelegate;
51
if (parameter.Name.Equals(nameof(
OnBeforeInternalNavigation
), StringComparison.OrdinalIgnoreCase))
101
await
OnBeforeInternalNavigation
.InvokeAsync(context);