2 references to File
FilesWebSite (1)
Controllers\DownloadFilesController.cs (1)
94return File(stream, "text/plain", "downloadName.txt", lastModified: null, entityTag: entityTag, enableRangeProcessing: true);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ControllerBaseTest.cs (1)
1950var result = controller.File(fileStream, "application/pdf", "someDownloadName", lastModified, entityTag, enableRangeProcessing);