8 references to VirtualFileResult
Microsoft.AspNetCore.Mvc.Core (6)
ControllerBase.cs (6)
1434
=> new
VirtualFileResult
(virtualPath, contentType) { FileDownloadName = fileDownloadName };
1450
=> new
VirtualFileResult
(virtualPath, contentType)
1470
return new
VirtualFileResult
(virtualPath, contentType)
1492
return new
VirtualFileResult
(virtualPath, contentType)
1515
return new
VirtualFileResult
(virtualPath, contentType)
1539
return new
VirtualFileResult
(virtualPath, contentType)
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
378
=> new
VirtualFileResult
(virtualPath, contentType) { FileDownloadName = fileDownloadName };
PageModel.cs (1)
710
=> new
VirtualFileResult
(virtualPath, contentType) { FileDownloadName = fileDownloadName };