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)
177
public IFormFile? this[string name] =>
GetFile
(name);