1 write to FileName
Microsoft.AspNetCore.Mvc.Core (1)
PhysicalFileResult.cs (1)
40FileName = fileName ?? throw new ArgumentNullException(nameof(fileName));
8 references to FileName
Microsoft.AspNetCore.Mvc.Core (8)
Infrastructure\PhysicalFileResultExecutor.cs (8)
31var fileInfo = GetFileInfo(result.FileName); 35Resources.FormatFileResult_InvalidPath(result.FileName), result.FileName); 38Log.ExecutingFileResult(Logger, result, result.FileName); 79if (!Path.IsPathRooted(result.FileName)) 81throw new NotSupportedException(Resources.FormatFileResult_PathNotRooted(result.FileName)); 91return response.SendFileAsync(result.FileName, 96return response.SendFileAsync(result.FileName,