4 references to MapFallbackToFile
blazor-gateway (1)
BlazorGateway.cs (1)
64app.MapFallbackToFile("index.html");
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
Wasm.Performance.Driver (1)
Program.cs (1)
288app.MapFallbackToFile("index.html");