2 references to RunOnNavigateAsync
Microsoft.AspNetCore.Components (2)
Routing\Router.cs (2)
169
await
RunOnNavigateAsync
(NavigationManager.ToBaseRelativePath(_locationAbsolute), isNavigationIntercepted: false);
386
_ =
RunOnNavigateAsync
(NavigationManager.ToBaseRelativePath(_locationAbsolute), args.IsNavigationIntercepted).Preserve();