1 write to _options
Microsoft.AspNetCore.StaticFiles (1)
DefaultFilesMiddleware.cs (1)
37_options = options.Value;
5 references to _options
Microsoft.AspNetCore.StaticFiles (5)
DefaultFilesMiddleware.cs (5)
38_fileProvider = _options.FileProvider ?? Helpers.ResolveFileProvider(hostingEnv); 39_matchUrl = _options.RequestPath; 60for (int matchIndex = 0; matchIndex < _options.DefaultFileNames.Count; matchIndex++) 62string defaultFile = _options.DefaultFileNames[matchIndex]; 69if (_options.RedirectToAppendTrailingSlash && !Helpers.PathEndsInSlash(context.Request.Path))