HttpFileCollection Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllKeys | Gets a string array containing the keys (names) of all members in the file collection. |
| Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| 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. |
| Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| Name | Description | |
|---|---|---|
| IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (inherited from NameObjectCollectionBase) |
Community Additions
ADD
Show: