1 write to FormFileCollection
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (1)
40
FormFileCollection
= formFileCollection;
4 references to FormFileCollection
Microsoft.AspNetCore.Http.Extensions (4)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Converters\FileConverter.cs (4)
18
if (reader.
FormFileCollection
== null)
54
result = (T)reader.
FormFileCollection
.GetFiles(reader.CurrentPrefix.ToString());
61
result = (T)reader.
FormFileCollection
;
66
var formFileCollection = reader.
FormFileCollection
;