5 references to MapFallbackToFile
blazor-devserver (1)
Server\Startup.cs (1)
66endpoints.MapFallbackToFile("index.html", new StaticFileOptions
Microsoft.AspNetCore.StaticFiles (2)
StaticFilesEndpointRouteBuilderExtensions.cs (2)
70/// <see cref="MapFallbackToFile(IEndpointRouteBuilder, string, StaticFileOptions)"/> is intended to handle cases 76/// <see cref="MapFallbackToFile(IEndpointRouteBuilder, string, StaticFileOptions)"/> registers an endpoint using the pattern
Microsoft.AspNetCore.StaticFiles.FunctionalTests (1)
FallbackStaticFileTest.cs (1)
46endpoints.MapFallbackToFile("default.html", new StaticFileOptions()
Wasm.Performance.Driver (1)
src\Components\WebAssembly\DevServer\src\Server\Startup.cs (1)
66endpoints.MapFallbackToFile("index.html", new StaticFileOptions