HttpFileCollection::Item Property

 

Gets an individual HttpPostedFile object from the file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.

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

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets the object with the specified numerical index from the HttpFileCollection.

System_CAPS_pubpropertyItem[String^]

Gets the object with the specified name from the file collection.

Return to top
Show: