This documentation is archived and is not being maintained.
HttpFileCollection Properties
.NET Framework 1.1
The properties of the HttpFileCollection class are listed here. For a complete list of HttpFileCollection class members, see the HttpFileCollection Members topic.
Public Properties
AllKeys | Gets a string array containing the keys (names) of all members in the file collection. |
Count (inherited from NameObjectCollectionBase) | Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. |
Item | Overloaded. Gets an individual HttpPostedFile object from the file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.
In C#, this property is the indexer for the HttpFileCollection class. |
Keys (inherited from NameObjectCollectionBase) | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
Show:
