7 references to NotFoundPage
Microsoft.AspNetCore.Components (7)
Routing\Router.cs (7)
144if (NotFoundPage != null) 146if (!typeof(IComponent).IsAssignableFrom(NotFoundPage)) 148throw new InvalidOperationException($"The type {NotFoundPage.FullName} " + 152var routeAttributes = NotFoundPage.GetCustomAttributes(typeof(RouteAttribute), inherit: true); 155throw new InvalidOperationException($"The type {NotFoundPage.FullName} " + 357if (NotFoundPage != null) 359builder.OpenComponent(0, NotFoundPage);