2 implementations of EnableNavigationInterceptionAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedNavigationInterception.cs (1)
10
public Task
EnableNavigationInterceptionAsync
()
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationInterception.cs (1)
26
public async Task
EnableNavigationInterceptionAsync
()
1 reference to EnableNavigationInterceptionAsync
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
472
await NavigationInterception.
EnableNavigationInterceptionAsync
();