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