NuGet package for IFormFile

后端 未结 2 999
無奈伤痛
無奈伤痛 2021-01-26 11:39

I need to have access to IFormFile interface in ASP.Net Core 1. Could you please tell me which NuGet package I should install?

2条回答
  •  长情又很酷
    2021-01-26 12:19

    IFormFile Interface

    Definition Namespace: Microsoft.AspNetCore.Http
    Assembly: Microsoft.AspNetCore.Http.Features.dll

    From the documentation

    Related Nuget Package

提交回复
热议问题