HttpFileCollection::Get Method
.NET Framework (current version)
Returns an individual HttpPostedFile object from a file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.
Assembly: System.Web (in System.Web.dll)
| 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. |
Show:
