Return files without timeout in ASP.NET Core 8.0 MVC
I have a .NET route that I want to hit when I want to get a document, now It can either return Json or a full fledged file whose name and extension is determined through some logic.
I have a .NET route that I want to hit when I want to get a document, now It can either return Json or a full fledged file whose name and extension is determined through some logic.