HttpFileCollectionWrapper::AllKeys Property

 

Gets an array that contains the keys (names) of all posted file objects in the collection.

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

public:
property array<String^>^ AllKeys {
	virtual array<String^>^ get() override;
}

Property Value

Type: array<System::String^>^

An array of file names.

.NET Framework
Available since 3.5
Return to top
Show: