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