1 write to Root
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFileProvider.cs (1)
63Root = PathUtils.EnsureTrailingSlash(fullRoot);
7 references to Root
Microsoft.Extensions.FileProviders.Physical (5)
PhysicalFileProvider.cs (5)
64if (!Directory.Exists(Root)) 66throw new DirectoryNotFoundException(Root); 162string root = PathUtils.EnsureTrailingSlash(Path.GetFullPath(Root)); 238fullPath = Path.GetFullPath(Path.Combine(Root, path)); 255return fullPath.StartsWith(Root, StringComparison.OrdinalIgnoreCase);
StaticFilesAuth (2)
Startup.cs (2)
146return Path.Join(files.Root, path); 154return Path.Join(files.Root, path);