Download a file in Javascript fetch by calling Web API in C#

后端 未结 0 434
有刺的猬
有刺的猬 2021-02-08 18:05

I have a web api in C# which accept a fileId and return DTO below

public class DownloadResponse
{
    public string FileType { get; set; }
    public byte[] FileD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题