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)
32endpoints.MapFallbackToFile("notfound.html");
Wasm.Performance.Driver (1)
Program.cs (1)
278app.MapFallbackToFile("index.html");