HttpFileCollection::Item Property
.NET Framework (current version)
Gets an individual HttpPostedFile object from the file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the object with the specified numerical index from the HttpFileCollection. |
![]() | Item[String^] | Gets the object with the specified name from the file collection. |
Show:
