9 references to PhysicalFileResult
Microsoft.AspNetCore.Mvc.Core (6)
ControllerBase.cs (6)
1591=> new PhysicalFileResult(physicalPath, contentType) { FileDownloadName = fileDownloadName }; 1611=> new PhysicalFileResult(physicalPath, contentType) 1631return new PhysicalFileResult(physicalPath, contentType) 1653return new PhysicalFileResult(physicalPath, contentType) 1676return new PhysicalFileResult(physicalPath, contentType) 1700return new PhysicalFileResult(physicalPath, contentType)
Microsoft.AspNetCore.Mvc.Core.Test (1)
PhysicalFileResultTest.cs (1)
24var fileResult = new PhysicalFileResult(path, contentType)
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
403=> new PhysicalFileResult(physicalPath, contentType) { FileDownloadName = fileDownloadName };
PageModel.cs (1)
809=> new PhysicalFileResult(physicalPath, contentType) { FileDownloadName = fileDownloadName };