How to provide a friendly name to a File in ASP.NET Core without forcing the file to be downloaded?

后端 未结 0 1196
一个人的身影
一个人的身影 2020-12-08 04:58

I have the following REST Endpoint defined in my ASP.NET Core 3.1 application:

[HttpGet("files/{id}")]
[ProducesResponseType(typeof(FileContentResul         


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