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

Commit e8ab169

Browse files
committed
Forgot to add property to IFileListEntry
1 parent 251f1b0 commit e8ab169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BlazorInputFile/IFileListEntry.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public interface IFileListEntry
1313

1414
string Type { get; }
1515

16+
public string RelativePath { get; set; }
17+
1618
Stream Data { get; }
1719

1820
event EventHandler OnDataRead;

0 commit comments

Comments
 (0)