HttpFileCollection.Item Property (Int32)
.NET Framework 3.0
Gets the object with the specified numerical index from the HttpFileCollection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public HttpPostedFile get_Item (int index)
Not applicable.
Parameters
- index
The index of the item to get from the file collection.
Property Value
The HttpPostedFile specified by index.Community Additions
ADD
Show: