Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试返回 30 MB 的大数据时(此范围可以达到 GB),Web API 控制器操作会引发 OutOfMemory 异常。任何人都知道我如何才能摆脱这个问题,或者就如何将大型对象图发送回客户端提出任何替代方案?
您可能想参考这篇关于在 Web API 中处理大文件的文章