9 references to MapFallback
Microsoft.AspNetCore.Mvc.Core (2)
Builder\ControllerEndpointRouteBuilderExtensions.cs (2)
194var builder = endpoints.MapFallback(context => Task.CompletedTask); 318var builder = endpoints.MapFallback(context => Task.CompletedTask);
Microsoft.AspNetCore.Mvc.RazorPages (2)
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (2)
74var builder = endpoints.MapFallback(context => Task.CompletedTask); 186var builder = endpoints.MapFallback(context => Task.CompletedTask);
Microsoft.AspNetCore.Routing (2)
Builder\FallbackEndpointRouteBuilderExtensions.cs (2)
29/// <see cref="MapFallback(IEndpointRouteBuilder, RequestDelegate)"/> is intended to handle cases where URL path of 35/// <see cref="MapFallback(IEndpointRouteBuilder, RequestDelegate)"/> registers an endpoint using the pattern
Microsoft.AspNetCore.StaticFiles (2)
StaticFilesEndpointRouteBuilderExtensions.cs (2)
55.MapFallback(CreateRequestDelegate(endpoints, filePath)) 91.MapFallback(CreateRequestDelegate(endpoints, filePath, options))
RoutingWebSite (1)
MapFallbackStartup.cs (1)
23endpoints.MapFallback((context) =>