标签: entity-framework asp.net-core .net-core httpresponse
我是Asp .Net核心的新手。
.NetCore中BinaryWrite()的{{1}}方法是什么?
BinaryWrite()
我也需要.NetCore中的httpResponse和Flush(),但我找不到它。
httpResponse
Flush()
答案 0 :(得分:0)
您可能需要SendFileAsync,可能需要安装另一个nuget软件包才能获得Microsoft.AspNetCore.http.Extensions
例如:
response.SendFileAsync(fileNameFullPath);