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