HttpFileCollection Methods
.NET Framework 4.5
The HttpFileCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo | Copies members of the file collection to an Array beginning at the specified index of the array. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Get(Int32) | Returns the HttpPostedFile object with the specified numerical index from the file collection. |
|
Get(String) | Returns the HttpPostedFile object with the specified name from the file collection. |
|
GetEnumerator | Returns an enumerator that iterates through the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetKey | Returns the name of the HttpFileCollection member with the specified numerical index. |
|
GetMultiple | Returns all files that match the specified name. |
|
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from NameObjectCollectionBase.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the entire NameObjectCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from NameObjectCollectionBase.) |