Implemented interface member:
method
GetFile
Microsoft.AspNetCore.Http.IFormFileCollection.GetFile(System.String)
1 reference to GetFile
Microsoft.AspNetCore.Http (1)
FormFileCollection.cs (1)
12public IFormFile? this[string name] => GetFile(name);