A record mapping validated file field names to their IHttpFileCollection instances.
Produced after file validation, providing typed access to uploaded files.
Each field resolves to an IHttpFileCollection — a uniform wrapper that handles
zero, one, or many files with the same API (get,
firstOrFail, iteration, etc.).
A record mapping validated file field names to their IHttpFileCollection instances. Produced after file validation, providing typed access to uploaded files.
Each field resolves to an IHttpFileCollection — a uniform wrapper that handles zero, one, or many files with the same API (get, firstOrFail, iteration, etc.).