5 references to FileInfo
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetsInvoker.cs (5)
82public string PhysicalPath => FileInfo.PhysicalPath ?? string.Empty; 194await context.Response.SendFileAsync(FileInfo, 0, _length, context.CancellationToken); 232var logPath = !string.IsNullOrEmpty(FileInfo.PhysicalPath) ? FileInfo.PhysicalPath : Route; 234await requestContext.Response.SendFileAsync(FileInfo, start, length, requestContext.CancellationToken);