2 references to File
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
1405=> File(virtualPath, contentType, fileDownloadName: null);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ControllerBaseTest.cs (1)
1820var result = controller.File(path, "application/pdf", "someDownloadName");