7 references to NotFoundPage
Microsoft.AspNetCore.Components (7)
Routing\Router.cs (7)
145if (NotFoundPage != null) 147if (!typeof(IComponent).IsAssignableFrom(NotFoundPage)) 149throw new InvalidOperationException($"The type {NotFoundPage.FullName} " + 153var routeAttributes = NotFoundPage.GetCustomAttributes(typeof(RouteAttribute), inherit: true); 156throw new InvalidOperationException($"The type {NotFoundPage.FullName} " + 387if (NotFoundPage != null) 389builder.OpenComponent(0, NotFoundPage);