FileResult In ASP.NET Core MVC

PHOTO EMBED

Mon Nov 01 2021 08:51:12 GMT+0000 (Coordinated Universal Time)

Saved by @level48

public FileResult DownloadFile()  
{  
     return File("/Files/File Result.pdf", "text/plain", "File Result.pdf");  
}  
content_copyCOPY

https://www.c-sharpcorner.com/article/fileresult-in-asp-net-core-mvc2/