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