2 references to MapFallbackToFile
Microsoft.AspNetCore.StaticFiles (1)
StaticFilesEndpointRouteBuilderExtensions.cs (1)
106
/// <see cref="
MapFallbackToFile
(IEndpointRouteBuilder, string, string)"/> is intended to handle
Microsoft.AspNetCore.StaticFiles.FunctionalTests (1)
FallbackStaticFileTest.cs (1)
98
endpoints.
MapFallbackToFile
("/prefix/{*path:nonfile}", "TestDocument.txt");