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