4 references to MapFallbackToFile
blazor-devserver (1)
Server\Startup.cs (1)
68
endpoints.
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)
46
endpoints.
MapFallbackToFile
("default.html", new StaticFileOptions()