I need to have access to IFormFile
interface in ASP.Net Core 1.
Could you please tell me which NuGet package I should install?
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.
IFormFile Interface
Definition Namespace: Microsoft.AspNetCore.Http
Assembly: Microsoft.AspNetCore.Http.Features.dll
From the documentation
Related Nuget Package