HttpFileCollectionWrapper::Get Method

 

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)

Returns the posted file object at the specified index.(Overrides HttpFileCollectionBase::Get(Int32).)

System_CAPS_pubmethodGet(String^)

Returns the posted file object that has the specified name from the collection.(Overrides HttpFileCollectionBase::Get(String^).)

Return to top
Show: