HttpFileCollection::Item Property (String^)
.NET Framework (current version)
Gets the object with the specified name from the file collection.
Assembly: System.Web (in System.Web.dll)
public: property HttpPostedFile^ default[ String^ name ] { HttpPostedFile^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
Name of item to be returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: