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