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