TempDataDictionary::Keys Property

 

Gets an ICollection<T> object that contains the keys of elements in the IDictionary<TKey, TValue> object.

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

public:
property ICollection<String^>^ Keys {
	virtual ICollection<String^>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

The keys of the elements in the IDictionary<TKey, TValue> object.

Return to top
Show: