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