HttpFileCollectionWrapper::Get Method
.NET Framework (current version)
Returns a posted file object from the collection by either name or index.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Get(Int32) | Returns the posted file object at the specified index.(Overrides HttpFileCollectionBase::Get(Int32).) |
![]() | Get(String^) | Returns the posted file object that has the specified name from the collection.(Overrides HttpFileCollectionBase::Get(String^).) |
Show:
