Share via


NavigationManager.OnNotFound Event

Definition

An event that fires when the page is not found.

public event EventHandler<Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs> OnNotFound;
member this.OnNotFound : EventHandler<Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs> 
Public Custom Event OnNotFound As EventHandler(Of NotFoundEventArgs) 

Event Type

Applies to