HttpFileCollectionBase::Item Property

 

When overridden in a derived class, 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]

When overridden in a derived class, gets the posted file object at the specified index.

System_CAPS_pubpropertyItem[String^]

When overridden in a derived class, gets the posted file object that has the specified name from the collection.

Return to top
Show: