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