Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 98b2716

Browse files
committed
Added RelativePath to the UI
1 parent e8ab169 commit 98b2716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/Sample.Core/Pages/MultiFile.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
Size: <strong>@file.Size bytes</strong>;
2424
Last modified: <strong>@file.LastModified.ToShortDateString()</strong>;
2525
Type: <strong>@file.Type</strong>
26+
Relative Path: <strong>@file.RelativePath</strong>
2627
</div>
2728

2829
<!-- Upload button -->

0 commit comments

Comments
 (0)