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