6 references to StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
113
var fileContext = new
StaticFileContext
(context, _options, _logger, _fileProvider, contentType, subPath);
Microsoft.AspNetCore.StaticFiles.Tests (5)
StaticFileContextTest.cs (5)
24
var context = new
StaticFileContext
(httpContext, options, NullLogger.Instance, new TestFileProvider(), contentType, subPath);
51
var context = new
StaticFileContext
(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);
79
var context = new
StaticFileContext
(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);
108
var context = new
StaticFileContext
(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);
136
var context = new
StaticFileContext
(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);