HttpFileCollectionBase::Item Property
.NET Framework (current version)
When overridden in a derived class, gets a posted file object from the file collection by either name or index.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | When overridden in a derived class, gets the posted file object at the specified index. |
![]() | Item[String^] | When overridden in a derived class, gets the posted file object that has the specified name from the collection. |
Show:
