1 write to _options
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
40_options = options.Value;
5 references to _options
Microsoft.AspNetCore.StaticFiles (5)
StaticFileMiddleware.cs (5)
41_contentTypeProvider = _options.ContentTypeProvider ?? new FileExtensionContentTypeProvider(); 42_fileProvider = _options.FileProvider ?? Helpers.ResolveFileProvider(hostingEnv); 43_matchUrl = _options.RequestPath; 72else if (!LookupContentType(_contentTypeProvider, _options, subPath, out var contentType)) 113var fileContext = new StaticFileContext(context, _options, _logger, _fileProvider, contentType, subPath);