Reacting to FileSystem changes v2

This commit is contained in:
Pranav K 2014-12-19 18:10:57 -08:00
parent c6eaf00b02
commit 9df8a1e73f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc.Razor
public bool IsDirectory { get; } = false;
public DateTime LastModified { get; set; }
public DateTimeOffset LastModified { get; set; }
public long Length { get; set; }