5 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()
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
284public Task EnableNavigationInterceptionAsync()
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationInterception.cs (1)
12public Task EnableNavigationInterceptionAsync()
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationInterception.cs (1)
12public Task EnableNavigationInterceptionAsync() => Task.CompletedTask;
1 reference to EnableNavigationInterceptionAsync
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
328await NavigationInterception.EnableNavigationInterceptionAsync();