1 write to DefaultFileNames
Microsoft.AspNetCore.StaticFiles (1)
DefaultFilesOptions.cs (1)
29DefaultFileNames = new List<string>
2 references to DefaultFileNames
Microsoft.AspNetCore.StaticFiles (2)
DefaultFilesMiddleware.cs (2)
60for (int matchIndex = 0; matchIndex < _options.DefaultFileNames.Count; matchIndex++) 62string defaultFile = _options.DefaultFileNames[matchIndex];