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