HttpFileCollection.Get Method
.NET Framework 4.5
Returns an individual HttpPostedFile object from a file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |