1 write to FileName
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
60
FileName
= fileName;
4 references to FileName
Microsoft.AspNetCore.Http.Results (4)
PhysicalFileHttpResult.cs (4)
112
var fileInfo = GetFileInfoWrapper(
FileName
);
115
throw new FileNotFoundException($"Could not find file: {
FileName
}",
FileName
);
137
ExecuteCoreAsync(httpContext, range, rangeLength,
FileName
);