2 references to File
Microsoft.AspNetCore.Mvc.RazorPages (1)
PageModel.cs (1)
698=> File(virtualPath, contentType, fileDownloadName: null);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
PageModelTest.cs (1)
1430var result = pageModel.File(path, "application/pdf", "someDownloadName");