Share via

Alternative method for HttpResponse.TransimitFile in Asp .Net Core

wwwang 0 Reputation points
2023-10-16T04:00:14.4666667+00:00

Since I want to realize downloading large size file (>4GB) from Asp .Net Core Backend, many articles point out that HttpResponse.TransimitFile in .Net Framework could achieve my goal. However, it seemes that HttpResponse.TransimitFile is no longer avaliable in .Net Core.

Anyone knows what the alternative to HttpResponse.TransimitFile in .Net Core? I can't tell you how much I appreciate your relevant answers.

Developer technologies | ASP.NET Core | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.