4 references to MapFallbackToFile
Microsoft.AspNetCore.StaticFiles (2)
StaticFilesEndpointRouteBuilderExtensions.cs (2)
32
/// <see cref="
MapFallbackToFile
(IEndpointRouteBuilder, string)"/> is intended to handle cases where URL path of
41
/// <see cref="
MapFallbackToFile
(IEndpointRouteBuilder, string)"/> registers an endpoint using the pattern
Mvc.RoutingWebSite (1)
StartupForFallback.cs (1)
32
endpoints.
MapFallbackToFile
("notfound.html");
Wasm.Performance.Driver (1)
Program.cs (1)
278
app.
MapFallbackToFile
("index.html");