3 references to MapFallbackToPage
Microsoft.AspNetCore.Mvc.RazorPages (2)
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (2)
101
/// <see cref="
MapFallbackToPage
(IEndpointRouteBuilder, string, string)"/> is intended to handle cases where URL path of
114
/// <see cref="
MapFallbackToPage
(IEndpointRouteBuilder, string, string)"/> does not re-execute routing, and will
Mvc.RoutingWebSite (1)
StartupForFallback.cs (1)
31
endpoints.
MapFallbackToPage
("FallbackToPage/{*path:nonfile}", "/FallbackPage");