1 write to FileDownloadName
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\FileResultExecutorBase.cs (1)
66FileDownloadName = result.FileDownloadName,
2 references to FileDownloadName
Microsoft.AspNetCore.Mvc.Core (2)
src\Shared\ResultsHelpers\FileResultHelper.cs (2)
345if (!string.IsNullOrEmpty(result.FileDownloadName)) 353contentDisposition.SetHttpFileName(result.FileDownloadName);