ControllerBase::TempData Property

Gets or sets the dictionary for temporary data.

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

public:
property TempDataDictionary^ TempData {
	TempDataDictionary^ get ();
	void set (TempDataDictionary^ value);
}

Property Value

Type: System.Web.Mvc::TempDataDictionary
The dictionary for temporary data.
Show: