1 write to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
HttpResultsHelper.cs (1)
111FileDownloadName = fileDownloadName,
2 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (2)
src\Shared\ResultsHelpers\FileResultHelper.cs (2)
345if (!string.IsNullOrEmpty(result.FileDownloadName)) 353contentDisposition.SetHttpFileName(result.FileDownloadName);