3 implementations of
Microsoft.AspNetCore.Http (1)
FormFileCollection.cs (1)
12
public IFormFile?
this
[string name] => GetFile(name);
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\FormCollectionModelBinder.cs (1)
90
public IFormFile?
this
[string name] => null;
ModelBinding\Binders\FormFileModelBinder.cs (1)
177
public IFormFile?
this
[string name] => GetFile(name);