7 references to MapFallbackToPage
BlazorServerApp (1)
Startup.cs (1)
48
endpoints.
MapFallbackToPage
("/_Host");
HostedBlazorWebassemblyApp.Server (1)
Startup.cs (1)
60
endpoints.
MapFallbackToPage
("/_Host");
Microsoft.AspNetCore.Mvc.RazorPages (3)
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (3)
50
/// <see cref="
MapFallbackToPage
(IEndpointRouteBuilder, string)"/> is intended to handle cases where URL path of
56
/// <see cref="
MapFallbackToPage
(IEndpointRouteBuilder, string)"/> registers an endpoint using the pattern
60
/// <see cref="
MapFallbackToPage
(IEndpointRouteBuilder, string)"/> does not re-execute routing, and will
RazorBuildWebSite (2)
Startup.cs (1)
24
endpoints.
MapFallbackToPage
("/Fallback");
StartupWithHostingStartup.cs (1)
31
endpoints.
MapFallbackToPage
("/Fallback");