Reacting to FileSystem changes v2
This commit is contained in:
parent
c6eaf00b02
commit
9df8a1e73f
|
|
@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
||||||
|
|
||||||
public bool IsDirectory { get; } = false;
|
public bool IsDirectory { get; } = false;
|
||||||
|
|
||||||
public DateTime LastModified { get; set; }
|
public DateTimeOffset LastModified { get; set; }
|
||||||
|
|
||||||
public long Length { get; set; }
|
public long Length { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue