1 write to FormFileCollection
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
40FormFileCollection = formFileCollection;
6 references to FormFileCollection
Microsoft.AspNetCore.Components.Endpoints (6)
FormMapping\Converters\FileConverter.cs (6)
18if (reader.FormFileCollection == null) 28var targetFile = reader.FormFileCollection.GetFile(reader.CurrentPrefix.ToString()); 40var targetFiles = reader.FormFileCollection.GetFiles(reader.CurrentPrefix.ToString()); 54result = (T)reader.FormFileCollection.GetFiles(reader.CurrentPrefix.ToString()); 61result = (T)reader.FormFileCollection; 66var formFileCollection = reader.FormFileCollection;