[To be supplied.]
[C#] In C#, this member is the indexer for the HttpFileCollection class.
Returns an item from the collection.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As HttpPostedFile
[C#] public HttpPostedFile this[int] {get;}
[C++] public: __property HttpPostedFile* get_Item(int);
[JScript] HttpFileCollection.Item (int)
Returns item value from collection.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As HttpPostedFile
[C#] public HttpPostedFile this[String] {get;}
[C++] public: __property HttpPostedFile* get_Item(String*);
[JScript] HttpFileCollection.Item (String)
HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace