HttpFileCollectionWrapper::Keys Property
.NET Framework (current version)
Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the HttpApplicationStateWrapper instance.
Assembly: System.Web (in System.Web.dll)
public: property NameObjectCollectionBase::KeysCollection^ Keys { virtual NameObjectCollectionBase::KeysCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameObjectCollectionBase::KeysCollection^A collection that contains all the keys in the collection.
.NET Framework
Available since 3.5
Available since 3.5
Show: