4 references to CreateRequestDelegate
Microsoft.AspNetCore.StaticFiles (4)
StaticFilesEndpointRouteBuilderExtensions.cs (4)
55
.MapFallback(
CreateRequestDelegate
(endpoints, filePath))
91
.MapFallback(
CreateRequestDelegate
(endpoints, filePath, options))
134
.MapFallback(pattern,
CreateRequestDelegate
(endpoints, filePath))
176
.MapFallback(pattern,
CreateRequestDelegate
(endpoints, filePath, options))