3 writes to RelativePath
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FileProviderGlobbingDirectory.cs (3)
31
RelativePath
= string.Empty;
37
RelativePath
= _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name;
42
RelativePath
= _fileInfo.Name;
3 references to RelativePath
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FileProviderGlobbingDirectory.cs (3)
34
else if (!string.IsNullOrEmpty(parent?.
RelativePath
))
37
RelativePath = _parent.
RelativePath
+ DirectorySeparatorChar + _fileInfo.Name;
68
foreach (var fileInfo in _fileProvider.GetDirectoryContents(
RelativePath
))