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