HttpFileCollectionWrapper::Item Property

 

Gets a posted file object from the file collection by either name or index.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets the posted file object at the specified index.(Overrides HttpFileCollectionBase::Item[Int32].)

System_CAPS_pubpropertyItem[String^]

Gets the posted file object that has the specified name from the collection.(Overrides HttpFileCollectionBase::Item[String^].)

Return to top
Show: