1 write to Root
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFileProvider.cs (1)
61Root = PathUtils.EnsureTrailingSlash(fullRoot);
5 references to Root
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
156string root = PathUtils.EnsureTrailingSlash(Path.GetFullPath(Root)); 232fullPath = Path.GetFullPath(Path.Combine(Root, path)); 249return fullPath.StartsWith(Root, StringComparison.OrdinalIgnoreCase);
StaticFilesAuth (2)
Startup.cs (2)
146return Path.Join(files.Root, path); 154return Path.Join(files.Root, path);