8 references to FileContentResult
Microsoft.AspNetCore.Mvc.Core (6)
ControllerBase.cs (6)
1103=> new FileContentResult(fileContents, contentType) { FileDownloadName = fileDownloadName }; 1118=> new FileContentResult(fileContents, contentType) 1138return new FileContentResult(fileContents, contentType) 1160return new FileContentResult(fileContents, contentType) 1183return new FileContentResult(fileContents, contentType) 1207return new FileContentResult(fileContents, contentType)
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
334=> new FileContentResult(fileContents, contentType) { FileDownloadName = fileDownloadName };
PageModel.cs (1)
666=> new FileContentResult(fileContents, contentType) { FileDownloadName = fileDownloadName };