NuGet package for IFormFile

后端 未结 2 995
無奈伤痛
無奈伤痛 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:03

    The API search shows it's part of Microsoft.AspNetCore.Http.

    However, the related NuGet package https://www.nuget.org/packages/Microsoft.AspNetCore.Http seems to be for newer .NET Core versions.

    0 讨论(0)
  • 2021-01-26 12:19

    IFormFile Interface

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

    From the documentation

    Related Nuget Package

    0 讨论(0)
提交回复
热议问题