6 references to NotFound
Microsoft.AspNetCore.Components (6)
Routing\Router.cs (6)
141if (NotFound != null) 143throw new InvalidOperationException($"Setting {nameof(NotFound)} and {nameof(NotFoundPage)} properties simultaneously is not supported. Use either {nameof(NotFound)} or {nameof(NotFoundPage)}."); 455else if (NotFound != null) 457NotFound(builder); 485[LoggerMessage(1, LogLevel.Debug, $"Displaying {nameof(NotFound)} because path '{{Path}}' with base URI '{{BaseUri}}' does not match any component route", EventName = "DisplayingNotFound")]