|
1 | 1 | #nullable enable |
2 | | - |
3 | | -virtual Microsoft.AspNetCore.Components.NavigationManager.NotFound() -> void |
4 | | -virtual Microsoft.AspNetCore.Components.NavigationManager.NotFoundCore() -> void |
| 2 | +Microsoft.AspNetCore.Components.IEndpointHtmlRenderer |
| 3 | +Microsoft.AspNetCore.Components.IEndpointHtmlRenderer.SetNotFoundResponse() -> void |
5 | 4 | Microsoft.AspNetCore.Components.NavigationManager.NotFoundEvent -> System.EventHandler<System.EventArgs!>! |
| 5 | +Microsoft.AspNetCore.Components.NavigationManager.NotifyNotFound() -> void |
| 6 | +Microsoft.AspNetCore.Components.NavigationManager.NotifyNotFoundAsync() -> System.Threading.Tasks.ValueTask<bool> |
| 7 | +Microsoft.AspNetCore.Components.NotFoundRenderingException |
| 8 | +Microsoft.AspNetCore.Components.NotFoundRenderingException.NotFoundRenderingException(string! message, System.Exception! innerException) -> void |
| 9 | +Microsoft.AspNetCore.Components.Routing.IHostEnvironmentNavigationManager.Initialize(string! baseUri, string! uri, Microsoft.AspNetCore.Components.IEndpointHtmlRenderer! renderer) -> void |
6 | 10 | Microsoft.AspNetCore.Components.Routing.NotFoundContext |
7 | | -Microsoft.AspNetCore.Components.Routing.NotFoundContext.NotFoundContext() -> void |
8 | 11 | Microsoft.AspNetCore.Components.Routing.NotFoundContext.CancellationToken.get -> System.Threading.CancellationToken |
9 | 12 | Microsoft.AspNetCore.Components.Routing.NotFoundContext.CancellationToken.init -> void |
| 13 | +Microsoft.AspNetCore.Components.Routing.NotFoundContext.NotFoundContext() -> void |
10 | 14 | Microsoft.AspNetCore.Components.Routing.NotFoundContext.PreventRendering() -> void |
11 | | -Microsoft.AspNetCore.Components.NavigationManager.NotifyNotFound() -> void |
12 | | -Microsoft.AspNetCore.Components.NavigationManager.NotifyNotFoundAsync() -> System.Threading.Tasks.ValueTask<bool> |
13 | 15 | virtual Microsoft.AspNetCore.Components.NavigationManager.HandleNotFoundHandlerException(System.Exception! ex, Microsoft.AspNetCore.Components.Routing.NotFoundContext! context) -> void |
14 | | -Microsoft.AspNetCore.Components.NotFoundRenderingException |
15 | | -Microsoft.AspNetCore.Components.NotFoundRenderingException.NotFoundRenderingException(string! message, System.Exception! innerException) -> void |
16 | | -Microsoft.AspNetCore.Components.IEndpointHtmlRenderer |
17 | | -Microsoft.AspNetCore.Components.IEndpointHtmlRenderer.SetNotFoundResponse() -> void |
18 | | -Microsoft.AspNetCore.Components.Routing.IHostEnvironmentNavigationManager.Initialize(string! baseUri, string! uri, Microsoft.AspNetCore.Components.IEndpointHtmlRenderer? renderer = null) -> void |
| 16 | +virtual Microsoft.AspNetCore.Components.NavigationManager.NotFound() -> void |
| 17 | +virtual Microsoft.AspNetCore.Components.NavigationManager.NotFoundCore() -> void |
0 commit comments