HttpFileCollectionBase::Get Method

 

When overridden in a derived class, returns a posted file object from the collection by either name or index.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGet(Int32)

When overridden in a derived class, returns the posted file object at the specified index.

System_CAPS_pubmethodGet(String^)

When overridden in a derived class, returns the posted file object that has the specified name from the collection.

Return to top
Show: