1 reference to GetLastModified
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
45
if (fileInfo.Length != asset.GetContentLength() || fileInfo.LastModified != asset.
GetLastModified
())