Implemented interface member:
method
GetFile
Microsoft.AspNetCore.Http.IFormFileCollection.GetFile(System.String)
1 reference to GetFile
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\FormFileModelBinder.cs (1)
177public IFormFile? this[string name] => GetFile(name);