HttpFileCollectionWrapper::Item Property
.NET Framework (current version)
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] | Gets the posted file object at the specified index.(Overrides HttpFileCollectionBase::Item[Int32].) |
![]() | Item[String^] | Gets the posted file object that has the specified name from the collection.(Overrides HttpFileCollectionBase::Item[String^].) |
Show:
